Home
last modified time | relevance | path

Searched refs:bluetoothState (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java386 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal() argument
387 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) { in onBluetoothStateChangedInternal()
495 int bluetoothState = msg.arg1; in handleMessage() local
496 onBluetoothStateChangedInternal(bluetoothState); in handleMessage()
602 public void onBluetoothStateChanged(@BluetoothCallback.AdapterState int bluetoothState) { in onBluetoothStateChanged() argument
604 bluetoothState, 0).sendToTarget(); in onBluetoothStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java346 public void onBluetoothStateChanged(@AdapterState int bluetoothState) { in onBluetoothStateChanged() argument
347 mLogger.logStateChange(BluetoothAdapter.nameForState(bluetoothState)); in onBluetoothStateChanged()
348 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON in onBluetoothStateChanged()
349 || bluetoothState == BluetoothAdapter.STATE_TURNING_ON; in onBluetoothStateChanged()
350 mState = bluetoothState; in onBluetoothStateChanged()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java52 default void onBluetoothStateChanged(@AdapterState int bluetoothState) {} in onBluetoothStateChanged() argument
H A DCachedBluetoothDeviceManager.java308 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
311 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) { in onBluetoothStateChanged()