Lines Matching full:timeout
30 * When {@link #onEvent()} is called, it calls the callback in a certain timeout later.
31 * Initially {@link #mMinTimeout} is used as the timeout, but if it gets multiple {@link #onEvent}
32 * calls in a certain amount of time, it extends the timeout, until it reaches {@link #mMaxTimeout}.
57 /** Minimum (default) timeout, in milliseconds. */
60 /** Max timeout, in milliseconds. */
63 /** Current timeout, in milliseconds. */
71 /** Constructor with default timeout */
76 /** Constructor that takes custom timeout */
121 if (DEBUG) debugLog("Timeout extended " + mTimeout);
124 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
145 * Timer task called on timeout,