Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1326 final long initialWaitMs = thresholdMs / 2; in testLongFGSMonitor() local
1327 Thread.sleep(initialWaitMs); in testLongFGSMonitor()
1329 for (long remaining = thresholdMs - initialWaitMs; remaining > 0;) { in testLongFGSMonitor()