Searched refs:activeBluetoothDevice (Results 1 – 2 of 2) sorted by relevance
78 private final BluetoothDevice activeBluetoothDevice; field in CallAudioState107 @Nullable BluetoothDevice activeBluetoothDevice, in CallAudioState() argument112 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 …]
54894 Landroid/telecom/CallAudioState;->activeBluetoothDevice:Landroid/bluetooth/BluetoothDevice;