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 D | ServiceRestarterTest.java | 164 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 D | ActivityManagerTest.java | 726 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 D | WindowPerfRunPreconditionBase.java | 141 && processInfo.importance > RunningAppProcessInfo.IMPORTANCE_SERVICE) { in killBackgroundProcesses()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ApplicationExitInfoTest.java | 27 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 D | ActivityManager.java | 3507 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 4727 field public static final int IMPORTANCE_SERVICE = 300; // 0x12c
|