Searched refs:timeoutValue (Results 1 – 3 of 3) sorted by relevance
182 String timeoutValue; in setDiscoverableTimeout() local187 timeoutValue = VALUE_DISCOVERABLE_TIMEOUT_TWO_MINUTES; in setDiscoverableTimeout()192 timeoutValue = VALUE_DISCOVERABLE_TIMEOUT_FIVE_MINUTES; in setDiscoverableTimeout()197 timeoutValue = VALUE_DISCOVERABLE_TIMEOUT_ONE_HOUR; in setDiscoverableTimeout()202 timeoutValue = VALUE_DISCOVERABLE_TIMEOUT_NEVER; in setDiscoverableTimeout()205 mSharedPreferences.edit().putString(KEY_DISCOVERABLE_TIMEOUT, timeoutValue).apply(); in setDiscoverableTimeout()216 String timeoutValue = mSharedPreferences.getString(KEY_DISCOVERABLE_TIMEOUT, in getDiscoverableTimeout() local219 if (timeoutValue.equals(VALUE_DISCOVERABLE_TIMEOUT_NEVER)) { in getDiscoverableTimeout()221 } else if (timeoutValue.equals(VALUE_DISCOVERABLE_TIMEOUT_ONE_HOUR)) { in getDiscoverableTimeout()223 } else if (timeoutValue.equals(VALUE_DISCOVERABLE_TIMEOUT_FIVE_MINUTES)) { in getDiscoverableTimeout()
51 final int timeoutValue = AccessibilityTimeoutUtils.getSecureAccessibilityTimeoutValue( in getSummary() local53 final int idx = Ints.indexOf(timeoutValues, timeoutValue); in getSummary()
1569 private void rescheduleTimeoutMessageIfNeeded(String instance, long timeoutValue) { in rescheduleTimeoutMessageIfNeeded() argument1584 scheduleTimeoutMessage(instance, timeoutValue); in rescheduleTimeoutMessageIfNeeded()