Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java512 final long shortTimeoutMs = 5_000; in testKillAppIfBgRestrictedCachedIdle() local
577 RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE, shortTimeoutMs)); in testKillAppIfBgRestrictedCachedIdle()
579 shortTimeoutMs, TimeUnit.MILLISECONDS)); in testKillAppIfBgRestrictedCachedIdle()
581 RunningAppProcessInfo.IMPORTANCE_GONE, backgroundSettleMs + shortTimeoutMs)); in testKillAppIfBgRestrictedCachedIdle()
587 shortTimeoutMs, TimeUnit.MILLISECONDS)); in testKillAppIfBgRestrictedCachedIdle()
589 RunningAppProcessInfo.IMPORTANCE_GONE, backgroundSettleMs + shortTimeoutMs)); in testKillAppIfBgRestrictedCachedIdle()
595 RunningAppProcessInfo.IMPORTANCE_GONE, backgroundSettleMs + shortTimeoutMs)); in testKillAppIfBgRestrictedCachedIdle()
603 RunningAppProcessInfo.IMPORTANCE_FOREGROUND_SERVICE, shortTimeoutMs)); in testKillAppIfBgRestrictedCachedIdle()
605 shortTimeoutMs, TimeUnit.MILLISECONDS)); in testKillAppIfBgRestrictedCachedIdle()
609 RunningAppProcessInfo.IMPORTANCE_GONE, backgroundSettleMs + shortTimeoutMs)); in testKillAppIfBgRestrictedCachedIdle()
[all …]