Searched defs:maxTimeout (Results 1 - 3 of 3) sorted by relevance

/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/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/Settings/src/com/android/settings/
H A DSecuritySettings.java356 private void disableUnusableTimeouts(long maxTimeout) { argument
363 if (timeout <= maxTimeout) {
374 if (userPreference <= maxTimeout) {
378 // maxTimeout. The user can still select anything less than maxTimeout.
379 // TODO: maybe append maxTimeout to the list and mark selected.

Completed in 393 milliseconds