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.java385 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testAutoConnectMultipleDevices() local
393 testDevices[i] = testDevice; in testAutoConnectMultipleDevices()
413 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testAutoConnectMultipleDevices()
455 BluetoothDevice[] testDevices = new BluetoothDevice[kMaxTestDevices]; in testSetPriorityMultipleDevices() local
461 testDevices[i] = testDevice; in testSetPriorityMultipleDevices()
492 when(mAdapterService.getBondedDevices()).thenReturn(testDevices); in testSetPriorityMultipleDevices()
498 when(mHeadsetService.getConnectionState(testDevices[0])).thenReturn( in testSetPriorityMultipleDevices()
500 when(mA2dpService.getConnectionState(testDevices[0])).thenReturn( in testSetPriorityMultipleDevices()
503 when(mHeadsetService.getConnectionState(testDevices[1])).thenReturn( in testSetPriorityMultipleDevices()
505 when(mA2dpService.getConnectionState(testDevices[1])).thenReturn( in testSetPriorityMultipleDevices()
[all …]
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java484 BluetoothDevice[] testDevices = new BluetoothDevice[MAX_CONNECTED_AUDIO_DEVICES]; in testMaxConnectDevices() local
493 testDevices[i] = testDevice; in testMaxConnectDevices()