Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java397 BluetoothDevice a2dpNotConnectedDevice1 = null; in testAutoConnectMultipleDevices() local
419 a2dpNotConnectedDevice1 = hsConnectedDevices.get(kMaxTestDevices - 1); in testAutoConnectMultipleDevices()
427 when(mA2dpService.getConnectionState(a2dpNotConnectedDevice1)).thenReturn( in testAutoConnectMultipleDevices()
434 updateProfileConnectionStateHelper(a2dpNotConnectedDevice1, BluetoothProfile.HEADSET, in testAutoConnectMultipleDevices()
444 eq(a2dpNotConnectedDevice1)); in testAutoConnectMultipleDevices()