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.java110 && Utils.isBluetoothScanningEnabled(mContext)) { in updateText()
DUtils.java156 public static boolean isBluetoothScanningEnabled(Context context) { in isBluetoothScanningEnabled() method in Utils