Home
last modified time | relevance | path

Searched refs:extraTestDevice (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java462 BluetoothDevice extraTestDevice; in testMaxConnectDevices() local
498 extraTestDevice = TestUtils.getTestDevice(mAdapter, MAX_CONNECTED_AUDIO_DEVICES); in testMaxConnectDevices()
500 when(mDatabaseManager.getProfileConnectionPolicy(extraTestDevice, BluetoothProfile.A2DP)) in testMaxConnectDevices()
503 Assert.assertFalse("Connect expected to fail", mA2dpService.connect(extraTestDevice)); in testMaxConnectDevices()