Searched refs:KEY_DISCOVERABLE_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
53 private static final String KEY_DISCOVERABLE_TIMEOUT = "bt_discoverable_timeout"; field in BluetoothDiscoverableEnabler204 mSharedPreferences.edit().putString(KEY_DISCOVERABLE_TIMEOUT, timeoutValue).apply(); in setDiscoverableTimeout()215 String timeoutValue = mSharedPreferences.getString(KEY_DISCOVERABLE_TIMEOUT, in getDiscoverableTimeout()