Searched refs:KEY_DISPATCHING_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
41 import static com.android.server.wm.ActivityTaskManagerService.KEY_DISPATCHING_TIMEOUT_MS;998 ? INSTRUMENTATION_KEY_DISPATCHING_TIMEOUT_MS : KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeout()
319 public static final int KEY_DISPATCHING_TIMEOUT_MS = 5 * 1000; field in ActivityTaskManagerService5391 return KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeoutLocked()5397 return r != null ? r.getInputDispatchingTimeout() : KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeoutLocked()
142 import static com.android.server.wm.ActivityTaskManagerService.KEY_DISPATCHING_TIMEOUT_MS;19794 timeout = proc != null ? proc.getInputDispatchingTimeout() : KEY_DISPATCHING_TIMEOUT_MS; in inputDispatchingTimedOut()