Home
last modified time | relevance | path

Searched refs:isBluetoothScanningEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSwitchPreferenceController.java137 if (!isChecked && Utils.isBluetoothScanningEnabled(mContext)) { in updateText()
DUtils.java188 public static boolean isBluetoothScanningEnabled(Context context) { in isBluetoothScanningEnabled() method in Utils