Searched refs:KEY_DISPATCHING_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
38 import static com.android.server.wm.ActivityTaskManagerService.KEY_DISPATCHING_TIMEOUT_MS;827 ? INSTRUMENTATION_KEY_DISPATCHING_TIMEOUT_MS : KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeout()
314 public static final int KEY_DISPATCHING_TIMEOUT_MS = 5 * 1000; field in ActivityTaskManagerService5449 return KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeoutLocked()5455 return r != null ? r.getInputDispatchingTimeout() : KEY_DISPATCHING_TIMEOUT_MS; in getInputDispatchingTimeoutLocked()
143 import static com.android.server.wm.ActivityTaskManagerService.KEY_DISPATCHING_TIMEOUT_MS;18643 timeout = proc != null ? proc.getInputDispatchingTimeout() : KEY_DISPATCHING_TIMEOUT_MS; in inputDispatchingTimedOut()