Home
last modified time | relevance | path

Searched refs:isBluetoothEnabled (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/warning/
H A DBluetoothErrorStringLiveData.java92 boolean isBluetoothEnabled = isBluetoothEnabled(); in update()
99 isBluetoothEnabled, in update()
106 } else if (!isBluetoothEnabled) { in update()
120 private boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothErrorStringLiveData
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSliceBuilder.java73 final boolean isBluetoothEnabled = isBluetoothEnabled(); in getSlice()
84 null /* actionTitle */, isBluetoothEnabled); in getSlice()
125 private static boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothSliceBuilder
/aosp12/packages/apps/Settings/src/com/android/settings/connecteddevice/
H A DAddDevicePreferenceController.java86 return isBluetoothEnabled() in getSummary()
91 protected boolean isBluetoothEnabled() { in isBluetoothEnabled() method in AddDevicePreferenceController
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothDevice.java1761 if (service == null || !isBluetoothEnabled()) { in getUuids()
1792 if (service == null || !isBluetoothEnabled()) { in fetchUuidsWithSdp()
1929 boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothDevice
2188 if (!isBluetoothEnabled()) { in createRfcommSocket()
2288 if (!isBluetoothEnabled()) { in createRfcommSocketToServiceRecord()
2329 if (!isBluetoothEnabled()) { in createInsecureRfcommSocketToServiceRecord()
2357 if (!isBluetoothEnabled()) { in createInsecureRfcommSocket()
2380 if (!isBluetoothEnabled()) { in createScoSocket()
2589 if (!isBluetoothEnabled()) { in createL2capChannel()
2620 if (!isBluetoothEnabled()) { in createInsecureL2capChannel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java28 boolean isBluetoothEnabled(); in isBluetoothEnabled() method
H A DBluetoothControllerImpl.java180 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothControllerImpl
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/
H A DBluetoothDevicesSlice.java109 if (!isBluetoothEnabled(btAdapter) && !sBluetoothEnabling) { in getSlice()
149 if (!isBluetoothEnabled(btAdapter)) { in onNotifyChange()
367 private boolean isBluetoothEnabled(BluetoothAdapter btAdapter) { in isBluetoothEnabled() method in BluetoothDevicesSlice
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
H A DFakeBluetoothController.java40 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in FakeBluetoothController
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DConnectedDevicesSliceProvider.java343 if (AccessoryUtils.isBluetoothEnabled()) { in updateBluetoothToggle()
371 AccessoryUtils.isBluetoothEnabled() in updateBluetoothToggle()
378 AccessoryUtils.isBluetoothEnabled()) in updateBluetoothToggle()
387 if (AccessoryUtils.isBluetoothEnabled()) { in updatePairingButton()
H A DAccessoryUtils.java101 public static boolean isBluetoothEnabled() { in isBluetoothEnabled() method in AccessoryUtils
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java134 final boolean enabled = transientEnabling || mController.isBluetoothEnabled(); in handleUpdateState()
383 if (mController.isBluetoothEnabled()) { in updateItems()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java455 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10111 Landroid/bluetooth/BluetoothDevice;->isBluetoothEnabled()Z