/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/warning/ |
H A D | BluetoothErrorStringLiveData.java | 92 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 D | BluetoothSliceBuilder.java | 73 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 D | AddDevicePreferenceController.java | 86 return isBluetoothEnabled() in getSummary() 91 protected boolean isBluetoothEnabled() { in isBluetoothEnabled() method in AddDevicePreferenceController
|
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothDevice.java | 1761 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 D | BluetoothController.java | 28 boolean isBluetoothEnabled(); in isBluetoothEnabled() method
|
H A D | BluetoothControllerImpl.java | 180 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothControllerImpl
|
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/slices/ |
H A D | BluetoothDevicesSlice.java | 109 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 D | FakeBluetoothController.java | 40 public boolean isBluetoothEnabled() { in isBluetoothEnabled() method in FakeBluetoothController
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
H A D | ConnectedDevicesSliceProvider.java | 343 if (AccessoryUtils.isBluetoothEnabled()) { in updateBluetoothToggle() 371 AccessoryUtils.isBluetoothEnabled() in updateBluetoothToggle() 378 AccessoryUtils.isBluetoothEnabled()) in updateBluetoothToggle() 387 if (AccessoryUtils.isBluetoothEnabled()) { in updatePairingButton()
|
H A D | AccessoryUtils.java | 101 public static boolean isBluetoothEnabled() { in isBluetoothEnabled() method in AccessoryUtils
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
H A D | BluetoothTile.java | 134 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 D | PhoneStatusBarPolicy.java | 455 bluetoothVisible = mBluetooth.isBluetoothEnabled(); in updateBluetooth()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10111 Landroid/bluetooth/BluetoothDevice;->isBluetoothEnabled()Z
|