Searched defs:BluetoothPrivateApiTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_private_apitest.cc40 class BluetoothPrivateApiTest : public ExtensionApiTest { class in namespace:extensions
42 BluetoothPrivateApiTest() function in class:extensions::BluetoothPrivateApiTest
47 virtual ~BluetoothPrivateApiTest() {}
123 IN_PROC_BROWSER_TEST_F(BluetoothPrivateApiTest, SetAdapterState) {
132 WithArgs<0, 1>(Invoke(this, &BluetoothPrivateApiTest::SetName)));
134 WithArgs<0, 1>(Invoke(this, &BluetoothPrivateApiTest::SetPowered)));
136 WithArgs<0, 1>(Invoke(this, &BluetoothPrivateApiTest::SetDiscoverable)));
142 IN_PROC_BROWSER_TEST_F(BluetoothPrivateApiTest, NoBluetoothAdapter) {
148 IN_PROC_BROWSER_TEST_F(BluetoothPrivateApiTest, CancelPairing) {
154 this, &BluetoothPrivateApiTest
[all...]

Completed in 104 milliseconds