Searched refs:KEY_DISPATCHING_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
311 public static final int KEY_DISPATCHING_TIMEOUT_MS = 5 * 1000; field in ActivityTaskManagerService5420 return KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeoutLocked()5426 return r != null ? r.getInputDispatchingTimeout() : KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeoutLocked()
138 import static com.android.server.wm.ActivityTaskManagerService.KEY_DISPATCHING_TIMEOUT_MS;18522 timeout = proc != null ? proc.getInputDispatchingTimeout() : KEY_DISPATCHING_TIMEOUT_MS; in inputDispatchingTimedOut()