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