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

/frameworks/base/core/java/android/app/
H A DActivityManager.java3159 IMPORTANCE_PERCEPTIBLE,
3203 * Constant for {@link #importance}: {@link #IMPORTANCE_PERCEPTIBLE} had this wrong value
3205 * the value of {@link #IMPORTANCE_PERCEPTIBLE} has been fixed.
3207 * <p>The system will return this value instead of {@link #IMPORTANCE_PERCEPTIBLE}
3213 * the correct value {@link #IMPORTANCE_PERCEPTIBLE} will be returned.
3221 public static final int IMPORTANCE_PERCEPTIBLE = 230; field in class:ActivityManager.RunningAppProcessInfo
3298 return IMPORTANCE_PERCEPTIBLE;
3312 * by a given {@link Context}, with converting {@link #IMPORTANCE_PERCEPTIBLE}
3334 case IMPORTANCE_PERCEPTIBLE:
3353 } else if (importance >= IMPORTANCE_PERCEPTIBLE) {
[all...]

Completed in 105 milliseconds