HomeSort by relevance Sort by last modified time
    Searched refs:maxTimeout (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java 79 int maxTimeout) {
80 this(name, callback, handler, minTimeout, maxTimeout, Clock.INSTANCE, TIMER);
86 int maxTimeout, Clock clock, Timer timer) {
87 if (maxTimeout < minTimeout) {
96 mMaxTimeout = maxTimeout;
  /packages/apps/Settings/src/com/android/settings/
DisplaySettings.java 157 final long maxTimeout = dpm != null ? dpm.getMaximumTimeToLock(null) : 0;
158 if (maxTimeout == 0) {
167 if (timeout <= maxTimeout) {
178 if (userPreference <= maxTimeout) {
182 == maxTimeout) {
184 screenTimeoutPreference.setValue(String.valueOf(maxTimeout));
187 // maxTimeout. The user can still select anything less than maxTimeout.
188 // TODO: maybe append maxTimeout to the list and mark selected.
SecuritySettings.java 449 private void disableUnusableTimeouts(long maxTimeout) {
456 if (timeout <= maxTimeout) {
467 if (userPreference <= maxTimeout) {
471 // maxTimeout. The user can still select anything less than maxTimeout.
472 // TODO: maybe append maxTimeout to the list and mark selected.

Completed in 44 milliseconds