Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java364 final MyUidImportanceListener uid2Listener = new MyUidImportanceListener(uid2); in testAppFreezerWithAllowOomAdj() local
396 am.addOnUidImportanceListener(uid2Listener, RunningAppProcessInfo.IMPORTANCE_CACHED); in testAppFreezerWithAllowOomAdj()
445 assertTrue(TEST_APP2 + " should be in cached", uid2Listener.waitFor( in testAppFreezerWithAllowOomAdj()
468 am.removeOnUidImportanceListener(uid2Listener); in testAppFreezerWithAllowOomAdj()