Home
last modified time | relevance | path

Searched refs:activeBluetoothDevice (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallAudioState.java78 private final BluetoothDevice activeBluetoothDevice; field in CallAudioState
107 @Nullable BluetoothDevice activeBluetoothDevice, in CallAudioState() argument
112 this.activeBluetoothDevice = activeBluetoothDevice; in CallAudioState()
121 activeBluetoothDevice = state.activeBluetoothDevice; in CallAudioState()
131 activeBluetoothDevice = null; in CallAudioState()
152 return Objects.equals(activeBluetoothDevice, state.activeBluetoothDevice) && isMuted() == in equals()
168 activeBluetoothDevice, in toString()
200 return activeBluetoothDevice; in getActiveBluetoothDevice()
250 BluetoothDevice activeBluetoothDevice = source.readParcelable(
256 supportedRouteMask, activeBluetoothDevice, supportedBluetoothDevices);
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt54894 Landroid/telecom/CallAudioState;->activeBluetoothDevice:Landroid/bluetooth/BluetoothDevice;