Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DServiceRestarterTest.java475 private int mExpectedImportance; field in ServiceRestarterTest.MyUidImportanceListener
488 if (importance == mExpectedImportance && mLatchHolder[0] != null) { in onUidImportance()
499 mExpectedImportance = expectedImportance; in waitFor()
DActivityManagerTest.java965 private int mExpectedImportance; field in ActivityManagerTest.MyUidImportanceListener
976 if (importance == mExpectedImportance && mLatchHolder[0] != null) { in onUidImportance()
987 mExpectedImportance = expectedImportance; in waitFor()