Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java457 BluetoothDevice extraTestDevice; in testMaxConnectDevices() local
492 extraTestDevice = TestUtils.getTestDevice(mAdapter, MAX_CONNECTED_AUDIO_DEVICES); in testMaxConnectDevices()
493 when(mDatabaseManager.getProfileConnectionPolicy(extraTestDevice, BluetoothProfile.A2DP)) in testMaxConnectDevices()
496 Assert.assertFalse("Connect expected to fail", mA2dpService.connect(extraTestDevice)); in testMaxConnectDevices()