Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java398 BluetoothDevice a2dpNotConnectedDevice2 = null; in testAutoConnectMultipleDevices() local
420 a2dpNotConnectedDevice2 = hsConnectedDevices.get(kMaxTestDevices - 2); in testAutoConnectMultipleDevices()
429 when(mA2dpService.getConnectionState(a2dpNotConnectedDevice2)).thenReturn( in testAutoConnectMultipleDevices()
439 updateProfileConnectionStateHelper(a2dpNotConnectedDevice2, BluetoothProfile.HEADSET, in testAutoConnectMultipleDevices()
446 eq(a2dpNotConnectedDevice2)); in testAutoConnectMultipleDevices()