Home
last modified time | relevance | path

Searched defs:bluetoothState (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingDetail.java147 void updateContent(int bluetoothState) { in updateContent()
168 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
H A DBluetoothSummaryUpdater.java52 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
H A DDevicePickerFragment.java178 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
H A DBluetoothDeviceUpdater.java144 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/
H A DDiscoverableFooterPreferenceController.java115 private void updateFooterPreferenceTitle(int bluetoothState) { in updateFooterPreferenceTitle()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java36 default void onBluetoothStateChanged(int bluetoothState) {} in onBluetoothStateChanged()
H A DCachedBluetoothDeviceManager.java211 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/warning/
H A DBluetoothErrorStringLiveData.java121 Integer bluetoothState = mBluetoothStateLiveData.getValue(); in isBluetoothEnabled() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/qc/
H A DPairedBluetoothDevicesWorker.java58 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothUpdateWorker.java95 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java380 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal()
489 int bluetoothState = msg.arg1; in handleMessage() local
596 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
H A DBluetoothDevicesGroupPreferenceController.java136 public final void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
H A DBluetoothPreferenceController.java109 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/packages/apps/Settings/src/com/android/settings/sound/
H A DAudioSwitchPreferenceController.java149 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java324 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged()
/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapIMProvider.java686 protected abstract int setBluetoothStatus(boolean bluetoothState); in setBluetoothStatus()