- idleTimeoutMillis
- The timeout in milliseconds between two events to consider the device idle.
- globalTimeoutMillis
- The maximal global timeout in milliseconds in which to wait for an idle state.
Type Reason Java.Util.Concurrent.TimeoutException If no idle state was detected within globalTimeoutMillis.
Waits for the accessibility event stream to become idle, which is not to have received an accessibility event within idleTimeoutMillis. The total time spent to wait for an idle accessibility event stream is bounded by the globalTimeoutMillis.