Home
last modified time | relevance | path

Searched refs:waited (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
H A Dutils.kt40 var waited = 0L regex
44 .that(waited <= maxWait)
46 waited += rate
48 Log.i(TAG, "Waiting for $description ($waited/$maxWait) #$count")
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java49 boolean waited = false; in run()
56 if (!waited) { in run()
62 waited = true; in run()
72 waited = false; in run()
/aosp14/frameworks/base/core/java/android/app/
H A DInstrumentation.java2370 final long waited = SystemClock.uptimeMillis() - startUptime; in getUiAutomation()
2371 Log.e(TAG, "Unable to connect to UiAutomation. Waited for " + waited + " ms", e); in getUiAutomation()
/aosp14/system/core/init/
H A DREADME.md907 > How long init waited for ueventd's coldboot phase to end.