Searched refs:maxTimeout (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Email/src/com/android/email/
H A DThrottle.java78 int maxTimeout) {
79 this(name, callback, handler, minTimeout, maxTimeout, Clock.INSTANCE, TIMER);
84 int maxTimeout, Clock clock, Timer timer) {
85 if (maxTimeout < minTimeout) {
94 mMaxTimeout = maxTimeout;
77 Throttle(String name, Runnable callback, Handler handler,int minTimeout, int maxTimeout) argument
83 Throttle(String name, Runnable callback, Handler handler,int minTimeout, int maxTimeout, Clock clock, Timer timer) argument
/packages/apps/Email/src/com/android/email/data/
H A DThrottlingCursorLoader.java45 String[] selectionArgs, String sortOrder, int minTimeout, int maxTimeout) {
55 minTimeout, maxTimeout);
44 ThrottlingCursorLoader(Context context, Uri uri, String[] projection, String selection, String[] selectionArgs, String sortOrder, int minTimeout, int maxTimeout) argument
/packages/apps/Settings/src/com/android/settings/
H A DDisplaySettings.java178 final long maxTimeout = dpm != null ? dpm.getMaximumTimeToLock(null) : 0;
179 if (maxTimeout == 0) {
188 if (timeout <= maxTimeout) {
199 if (userPreference <= maxTimeout) {
203 // maxTimeout. The user can still select anything less than maxTimeout.
204 // TODO: maybe append maxTimeout to the list and mark selected.
H A DSecuritySettings.java413 private void disableUnusableTimeouts(long maxTimeout) { argument
420 if (timeout <= maxTimeout) {
431 if (userPreference <= maxTimeout) {
435 // maxTimeout. The user can still select anything less than maxTimeout.
436 // TODO: maybe append maxTimeout to the list and mark selected.

Completed in 157 milliseconds