Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDiscoverableEnabler.java53 private static final String KEY_DISCOVERABLE_TIMEOUT = "bt_discoverable_timeout"; field in BluetoothDiscoverableEnabler
204 mSharedPreferences.edit().putString(KEY_DISCOVERABLE_TIMEOUT, timeoutValue).apply(); in setDiscoverableTimeout()
215 String timeoutValue = mSharedPreferences.getString(KEY_DISCOVERABLE_TIMEOUT, in getDiscoverableTimeout()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDiscoverableEnabler.java53 private static final String KEY_DISCOVERABLE_TIMEOUT = "bt_discoverable_timeout"; field in BluetoothDiscoverableEnabler
204 mSharedPreferences.edit().putString(KEY_DISCOVERABLE_TIMEOUT, timeoutValue).apply(); in setDiscoverableTimeout()
215 String timeoutValue = mSharedPreferences.getString(KEY_DISCOVERABLE_TIMEOUT, in getDiscoverableTimeout()