Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java402 testDevices[i] = testDevice; in testAutoConnectMultipleDevices()
422 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testAutoConnectMultipleDevices()
470 testDevices[i] = testDevice; in testSetConnectionPolicyMultipleDevices()
504 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testSetConnectionPolicyMultipleDevices()
512 when(mA2dpService.getConnectionState(testDevices[0])).thenReturn( in testSetConnectionPolicyMultipleDevices()
517 when(mA2dpService.getConnectionState(testDevices[1])).thenReturn( in testSetConnectionPolicyMultipleDevices()
522 when(mA2dpService.getConnectionState(testDevices[2])).thenReturn( in testSetConnectionPolicyMultipleDevices()
538 eq(testDevices[1])); in testSetConnectionPolicyMultipleDevices()
541 a2dpConnectedDevices.add(testDevices[1]); in testSetConnectionPolicyMultipleDevices()
572 eq(testDevices[2])); in testSetConnectionPolicyMultipleDevices()
[all …]
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
H A DA2dpServiceTest.java456 BluetoothDevice[] testDevices = new BluetoothDevice[MAX_CONNECTED_AUDIO_DEVICES]; in testMaxConnectDevices() local
465 testDevices[i] = testDevice; in testMaxConnectDevices()