Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DPhonePolicyTest.java387 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testAutoConnectMultipleDevices() local
395 testDevices[i] = testDevice; in testAutoConnectMultipleDevices()
415 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testAutoConnectMultipleDevices()
457 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testSetConnectionPolicyMultipleDevices() local
463 testDevices[i] = testDevice; in testSetConnectionPolicyMultipleDevices()
497 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testSetConnectionPolicyMultipleDevices()
503 when(mHeadsetService.getConnectionState(testDevices[0])).thenReturn( in testSetConnectionPolicyMultipleDevices()
505 when(mA2dpService.getConnectionState(testDevices[0])).thenReturn( in testSetConnectionPolicyMultipleDevices()
508 when(mHeadsetService.getConnectionState(testDevices[1])).thenReturn( in testSetConnectionPolicyMultipleDevices()
510 when(mA2dpService.getConnectionState(testDevices[1])).thenReturn( in testSetConnectionPolicyMultipleDevices()
[all …]
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java461 BluetoothDevice[] testDevices = new BluetoothDevice[MAX_CONNECTED_AUDIO_DEVICES]; in testMaxConnectDevices() local
470 testDevices[i] = testDevice; in testMaxConnectDevices()