Searched refs:activeDevice (Results 1 – 3 of 3) sorted by relevance
133 UsbDevice activeDevice = getActiveDevice(); in deviceMatchedActiveDevice() local134 return activeDevice != null && activeDevice.getSerialNumber() != null in deviceMatchedActiveDevice()135 && activeDevice.getSerialNumber().equals(device.getSerialNumber()); in deviceMatchedActiveDevice()
137 UsbDevice activeDevice = getActiveDevice(); in deviceMatchedActiveDevice() local138 return activeDevice != null && activeDevice.getSerialNumber() != null in deviceMatchedActiveDevice()139 && activeDevice.getSerialNumber().equals(device.getSerialNumber()); in deviceMatchedActiveDevice()
418 private void setupConnectedDevices(BluetoothDevice[] devices, BluetoothDevice activeDevice) { in setupConnectedDevices() argument421 if (activeDevice != null) { in setupConnectedDevices()422 when(mHeadsetProxy.isAudioConnected(eq(activeDevice))).thenReturn(true); in setupConnectedDevices()