Searched defs:activeDevice (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteManagerTest.java418 private void setupConnectedDevices(BluetoothDevice[] devices, BluetoothDevice activeDevice) { argument
421 if (activeDevice != null) {
422 when(mHeadsetProxy.isAudioConnected(eq(activeDevice))).thenReturn(true);

Completed in 99 milliseconds