Home | History | Annotate | Download | only in app

Lines Matching defs:IMPORTANCE_CANT_SAVE_STATE

3011                 IMPORTANCE_CANT_SAVE_STATE,
3075 * Constant for {@link #importance}: {@link #IMPORTANCE_CANT_SAVE_STATE} had
3078 * the value of {@link #IMPORTANCE_CANT_SAVE_STATE} has been fixed.
3080 * <p>The system will return this value instead of {@link #IMPORTANCE_CANT_SAVE_STATE}
3086 * the correct value {@link #IMPORTANCE_CANT_SAVE_STATE} will be returned.
3116 public static final int IMPORTANCE_CANT_SAVE_STATE = 350;
3154 return IMPORTANCE_CANT_SAVE_STATE;
3173 * and {@link #IMPORTANCE_CANT_SAVE_STATE} to the corresponding "wrong" value if the
3198 case IMPORTANCE_CANT_SAVE_STATE:
3211 } else if (importance >= IMPORTANCE_CANT_SAVE_STATE) {