Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java59 private static final String VALUE_DISCOVERABLE_TIMEOUT_ONE_HOUR = "onehour"; field in BluetoothDiscoverableEnabler
197 timeoutValue = VALUE_DISCOVERABLE_TIMEOUT_ONE_HOUR; in setDiscoverableTimeout()
221 } else if (timeoutValue.equals(VALUE_DISCOVERABLE_TIMEOUT_ONE_HOUR)) { in getDiscoverableTimeout()