Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java55 private static final String KEY_DISCOVERABLE_TIMEOUT = "bt_discoverable_timeout"; field in BluetoothDiscoverableEnabler
205 mSharedPreferences.edit().putString(KEY_DISCOVERABLE_TIMEOUT, timeoutValue).apply(); in setDiscoverableTimeout()
216 String timeoutValue = mSharedPreferences.getString(KEY_DISCOVERABLE_TIMEOUT, in getDiscoverableTimeout()