Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java271 final MyUidImportanceListener uidListener1 = new MyUidImportanceListener(uid); in testFgsProcStatsTracker() local
300 am.addOnUidImportanceListener(uidListener1, in testFgsProcStatsTracker()
316 assertTrue("Timed out to start fg service", uidListener1.waitFor( in testFgsProcStatsTracker()
343 am.removeOnUidImportanceListener(uidListener1); in testFgsProcStatsTracker()
516 final MyUidImportanceListener uidListener1 = new MyUidImportanceListener(uid); in testKillAppIfBgRestrictedCachedIdle() local
527 am.addOnUidImportanceListener(uidListener1, in testKillAppIfBgRestrictedCachedIdle()
576 assertTrue("Timed out to start fg service", uidListener1.waitFor( in testKillAppIfBgRestrictedCachedIdle()
602 assertTrue("Timed out to start fg service", uidListener1.waitFor( in testKillAppIfBgRestrictedCachedIdle()
624 assertTrue("Timed out to start fg service", uidListener1.waitFor( in testKillAppIfBgRestrictedCachedIdle()
676 assertTrue("Timed out to start fg service", uidListener1.waitFor( in testKillAppIfBgRestrictedCachedIdle()
[all …]