Home
last modified time | relevance | path

Searched refs:DEFAULT_TIMEOUT (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DPollingCheck.java28 private static final long DEFAULT_TIMEOUT = 3000; field in PollingCheck
81 new PollingCheck(DEFAULT_TIMEOUT) { in waitFor() argument
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/
H A DWaitUtils.kt23 private const val DEFAULT_TIMEOUT = 10000L
32 timeout: Long = DEFAULT_TIMEOUT,
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java46 static final long DEFAULT_TIMEOUT = 5000; // 5 seconds field in TransferPipe
135 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT); in go()
157 goDump(binder, out, args, DEFAULT_TIMEOUT); in goDump()
178 go(out, DEFAULT_TIMEOUT); in go()
/aosp14/frameworks/base/core/tests/PackageInstallerSessions/src/android/content/pm/
H A DPackageSessionTests.kt106 private val DEFAULT_TIMEOUT: Long = 30
148 mSessionActiveLatch?.await(DEFAULT_TIMEOUT, TimeUnit.SECONDS)
152 mSessionInactiveLatch?.await(DEFAULT_TIMEOUT, TimeUnit.SECONDS)
156 mSessionFinishLatch?.await(DEFAULT_TIMEOUT, TimeUnit.SECONDS)
/aosp14/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java57 final static int DEFAULT_TIMEOUT = 5000; field in TestWebServer
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log); in initServer()
116 initServer(port, DEFAULT_TIMEOUT, log); in initServer()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java99 private static final long DEFAULT_TIMEOUT = DB ? 10 * 1000 : 60 * 1000; field in Watchdog
198 private volatile long mWatchdogTimeoutMillis = DEFAULT_TIMEOUT;
456 DEFAULT_TIMEOUT > ZygoteConnectionConstants.WRAPPED_PID_TIMEOUT_MILLIS; in Watchdog()
504 Settings.Global.WATCHDOG_TIMEOUT_MILLIS, DEFAULT_TIMEOUT)); in onChange() local
/aosp14/frameworks/base/telecomm/java/android/telecom/Logging/
H A DEventManager.java98 private static final long DEFAULT_TIMEOUT = 3000L; field in EventManager.TimedEventPair
103 long mTimeoutMillis = DEFAULT_TIMEOUT;
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastConstants.java64 private static final long DEFAULT_TIMEOUT = 10_000 * Build.HW_TIMEOUT_MULTIPLIER; field in BroadcastConstants
116 public long TIMEOUT = DEFAULT_TIMEOUT;