Searched refs:IMPORTANCE_GONE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityManager.java165 mListener.onUidImportance(uid, RunningAppProcessInfo.IMPORTANCE_GONE);
3163 IMPORTANCE_GONE,
3281 public static final int IMPORTANCE_GONE = 1000; field in class:ActivityManager.RunningAppProcessInfo
3290 return IMPORTANCE_GONE;
3345 if (importance == IMPORTANCE_GONE) {
3560 * running its code, {@link RunningAppProcessInfo#IMPORTANCE_GONE} is returned.
3580 * running its code, {@link RunningAppProcessInfo#IMPORTANCE_GONE} is returned.
3605 * {@link RunningAppProcessInfo#IMPORTANCE_GONE IMPORTANCE_GONE} will be reported

Completed in 33 milliseconds