Home
last modified time | relevance | path

Searched defs:BluetoothChromeOSTest (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/device/bluetooth/
Dbluetooth_chromeos_unittest.cc234 class BluetoothChromeOSTest : public testing::Test { class
400 TEST_F(BluetoothChromeOSTest, AlreadyPresent) { in TEST_F() argument
418 TEST_F(BluetoothChromeOSTest, BecomePresent) { in TEST_F() argument
446 TEST_F(BluetoothChromeOSTest, BecomeNotPresent) { in TEST_F() argument
473 TEST_F(BluetoothChromeOSTest, SecondAdapter) { in TEST_F() argument
519 TEST_F(BluetoothChromeOSTest, BecomePowered) { in TEST_F() argument
542 TEST_F(BluetoothChromeOSTest, BecomeNotPowered) { in TEST_F() argument
575 TEST_F(BluetoothChromeOSTest, ChangeAdapterName) { in TEST_F() argument
592 TEST_F(BluetoothChromeOSTest, BecomeDiscoverable) { in TEST_F() argument
614 TEST_F(BluetoothChromeOSTest, BecomeNotDiscoverable) { in TEST_F() argument
[all …]
Dbluetooth_adapter_chromeos.h27 class BluetoothChromeOSTest; variable