Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DActivityManagerTest.java361 final MyUidImportanceListener uid2Listener = new MyUidImportanceListener(uid2); in testAppFreezerWithAllowOomAdj() local
393 am.addOnUidImportanceListener(uid2Listener, RunningAppProcessInfo.IMPORTANCE_CACHED); in testAppFreezerWithAllowOomAdj()
442 assertTrue(TEST_APP2 + " should be in cached", uid2Listener.waitFor( in testAppFreezerWithAllowOomAdj()
465 am.removeOnUidImportanceListener(uid2Listener); in testAppFreezerWithAllowOomAdj()