HomeSort by relevance Sort by last modified time
    Searched full:activebluetoothdevice (Results 1 - 1 of 1) sorted by null

  /frameworks/base/telecomm/java/android/telecom/
CallAudioState.java 78 private final BluetoothDevice activeBluetoothDevice;
107 @Nullable BluetoothDevice activeBluetoothDevice,
112 this.activeBluetoothDevice = activeBluetoothDevice;
121 activeBluetoothDevice = state.activeBluetoothDevice;
131 activeBluetoothDevice = null;
152 return Objects.equals(activeBluetoothDevice, state.activeBluetoothDevice) && isMuted() ==
164 "activeBluetoothDevice: [%s], supportedBluetoothDevices: [%s]]"
    [all...]

Completed in 119 milliseconds