Searched refs:BLUETOOTH_DEVICE1 (Results 1 – 4 of 4) sorted by relevance
121 TestUtils.BLUETOOTH_DEVICE1, in testCallAudioState()122 Arrays.asList(TestUtils.BLUETOOTH_DEVICE1, TestUtils.BLUETOOTH_DEVICE2)); in testCallAudioState()123 assertEquals(TestUtils.BLUETOOTH_DEVICE1, cas.getActiveBluetoothDevice()); in testCallAudioState()125 assertTrue(cas.getSupportedBluetoothDevices().contains(TestUtils.BLUETOOTH_DEVICE1)); in testCallAudioState()
461 connection.requestBluetoothAudio(TestUtils.BLUETOOTH_DEVICE1); in testAudioRoute()
143 ((InCallService) inCallService).requestBluetoothAudio(TestUtils.BLUETOOTH_DEVICE1); in testSwitchAudioRoutes()
65 static final BluetoothDevice BLUETOOTH_DEVICE1 = makeBluetoothDevice("00:00:00:00:00:01"); field in TestUtils