Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java60 private static final String VALUE_DISCOVERABLE_TIMEOUT_NEVER = "never"; field in BluetoothDiscoverableEnabler
202 timeoutValue = VALUE_DISCOVERABLE_TIMEOUT_NEVER; in setDiscoverableTimeout()
219 if (timeoutValue.equals(VALUE_DISCOVERABLE_TIMEOUT_NEVER)) { in getDiscoverableTimeout()