Searched refs:timeout (Results 126 - 130 of 130) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java896 void setTimeout(long timeout) { argument
897 mTimeout = timeout;
4136 public void setRadioScanningTimeout(long timeout) { argument
4138 mPhoneSignalScanningTimer.setTimeout(timeout);
/frameworks/native/opengl/libagl/
H A Degl.cpp2115 EGLTimeKHR timeout)
2114 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
/frameworks/base/core/java/android/app/
H A DActivityManagerNative.java3461 public boolean shutdown(int timeout) throws RemoteException argument
3466 data.writeInt(timeout);
/frameworks/base/services/java/com/android/server/pm/
H A DPackageManagerService.java228 * The default response for package verification timeout.
5847 * Get the verification agent timeout.
5849 * @return verification timeout in milliseconds
6502 * but only start the verification timeout after the
8398 long timeout = SystemClock.uptimeMillis() + 5000;
8401 while (conn.mContainerService == null && now < timeout) {
8403 conn.wait(timeout - now);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java250 // How long we wait until we timeout on key dispatching.
253 // How long we wait until we timeout on key dispatching during instrumentation.
4069 app.processName, app.setAdj, "start timeout");
4086 Slog.w(TAG, "Spurious process start timeout - pid not known for " + app);
7098 public boolean shutdown(int timeout) { argument
7113 final long endTime = System.currentTimeMillis() + timeout;
7221 // let those wait until either the timeout, or the next start
9964 // Short timeout, since blocking here can
14331 Slog.w(TAG, "User switch timeout: from " + oldUserId + " to " + newUserId);

Completed in 1495 milliseconds

123456