HomeSort by relevance Sort by last modified time
    Searched defs:LEVEL_FULL (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 110 private static final int LEVEL_FULL = 2;
121 * {@link #LEVEL_FULL} is considered to "enter" both {@link #LEVEL_LOW}
122 * and {@link #LEVEL_FULL}.
131 * As an example, a transition from {@link #LEVEL_FULL} to
133 * {@link #LEVEL_FULL} and {@link #LEVEL_LOW}.
144 case State.LEVEL_FULL: return "FULL";
215 newLevel = State.LEVEL_FULL;
539 if (State.isEntering(State.LEVEL_FULL, oldLevel, newLevel)) {
541 } else if (State.isLeaving(State.LEVEL_FULL, oldLevel, newLevel)) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 52 milliseconds