Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DServiceRestarterTest.java164 am.addOnUidImportanceListener(uid1Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testDisableServiceRestartBackoff()
166 am.addOnUidImportanceListener(uid2Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testDisableServiceRestartBackoff()
168 am.addOnUidImportanceListener(uid3Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testDisableServiceRestartBackoff()
230 am.addOnUidImportanceListener(uid1Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testExtraDelaysInServiceRestartOnLowMem()
232 am.addOnUidImportanceListener(uid2Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testExtraDelaysInServiceRestartOnLowMem()
234 am.addOnUidImportanceListener(uid3Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testExtraDelaysInServiceRestartOnLowMem()
331 RunningAppProcessInfo.IMPORTANCE_SERVICE, waitDuration)); in startKillAndRestart()
333 RunningAppProcessInfo.IMPORTANCE_SERVICE, waitDuration)); in startKillAndRestart()
335 RunningAppProcessInfo.IMPORTANCE_SERVICE, waitDuration)); in startKillAndRestart()
448 uidListener.waitFor(RunningAppProcessInfo.IMPORTANCE_SERVICE, timeout)); in startServiceAndWait()
H A DActivityManagerTest.java726 am.addOnUidImportanceListener(uid1Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testKillPids()
728 am.addOnUidImportanceListener(uid2Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testKillPids()
730 am.addOnUidImportanceListener(uid3Listener1, RunningAppProcessInfo.IMPORTANCE_SERVICE); in testKillPids()
774 RunningAppProcessInfo.IMPORTANCE_SERVICE, timeout)); in startTargetService()
/aosp14/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DWindowPerfRunPreconditionBase.java141 && processInfo.importance > RunningAppProcessInfo.IMPORTANCE_SERVICE) { in killBackgroundProcesses()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DApplicationExitInfoTest.java27 import static android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_SERVICE;
346 IMPORTANCE_SERVICE, // importance in testApplicationExitInfo()
710 IMPORTANCE_SERVICE, // importance in testApplicationExitInfo()
880 IMPORTANCE_SERVICE, // importance in testApplicationExitInfo()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityManager.java3507 IMPORTANCE_SERVICE,
3596 public static final int IMPORTANCE_SERVICE = 300; field in ActivityManager.RunningAppProcessInfo
3656 return IMPORTANCE_SERVICE; in procStateToImportance()
3713 } else if (importance >= IMPORTANCE_SERVICE) { in importanceToProcState()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt4727 field public static final int IMPORTANCE_SERVICE = 300; // 0x12c