Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java1191 final long thresholdMs = 1_000; in testLongFGSMonitor() local
1220 longRunningFGSThreshold.set(thresholdMs); in testLongFGSMonitor()
1326 final long initialWaitMs = thresholdMs / 2; in testLongFGSMonitor()
1407 final long thresholdMs = 1_000; in testLongFGSExemptions() local
1440 longRunningFGSThreshold.set(thresholdMs); in testLongFGSExemptions()
1447 mediaPlaybackFGSThreshold.set(thresholdMs); in testLongFGSExemptions()
1454 locationFGSThreshold.set(thresholdMs); in testLongFGSExemptions()
1526 new int[] {testUid1}), thresholdMs * 2)), null, in testLongFGSExemptions()
1551 new int[] {testUid1}), thresholdMs / 10) in testLongFGSExemptions()
1568 List.of(0L, thresholdMs / 10, thresholdMs / 10, thresholdMs / 10, in testLongFGSExemptions()
[all …]