Searched refs:isBluetoothEnabled (Results 1 – 6 of 6) sorted by relevance
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
73 final boolean isBluetoothEnabled = isBluetoothEnabled(); in getSlice()84 null /* actionTitle */, isBluetoothEnabled); in getSlice()124 private static boolean isBluetoothEnabled() { in isBluetoothEnabled() method in BluetoothSliceBuilder
86 return isBluetoothEnabled() in getSummary()91 protected boolean isBluetoothEnabled() { in isBluetoothEnabled() method in AddDevicePreferenceController
109 if (!isBluetoothEnabled(btAdapter) && !sBluetoothEnabling) { in getSlice()143 if (!isBluetoothEnabled(btAdapter)) { in onNotifyChange()361 private boolean isBluetoothEnabled(BluetoothAdapter btAdapter) { in isBluetoothEnabled() method in BluetoothDevicesSlice
342 if (AccessoryUtils.isBluetoothEnabled()) { in updateBluetoothToggle()370 AccessoryUtils.isBluetoothEnabled() in updateBluetoothToggle()377 AccessoryUtils.isBluetoothEnabled()) in updateBluetoothToggle()386 if (AccessoryUtils.isBluetoothEnabled()) { in updatePairingButton()
101 public static boolean isBluetoothEnabled() { in isBluetoothEnabled() method in AccessoryUtils