Home
last modified time | relevance | path

Searched defs:BLUETOOTH_DISCOVERABILITY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSystemSettingsValidators.java73 VALIDATORS.put(System.BLUETOOTH_DISCOVERABILITY, new InclusiveIntegerRangeValidator(0, 2)); in VALIDATORS.put()
/frameworks/base/core/java/android/provider/
DSettings.java4141 public static final String BLUETOOTH_DISCOVERABILITY = field in Settings.System