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

  /frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java 109 private static final int LEVEL_LOW = 1;
121 * {@link #LEVEL_FULL} is considered to "enter" both {@link #LEVEL_LOW}
133 * {@link #LEVEL_FULL} and {@link #LEVEL_LOW}.
143 case State.LEVEL_LOW: return "LOW";
217 newLevel = State.LEVEL_LOW;
220 newLevel = State.LEVEL_LOW;
373 mForceLevel = State.LEVEL_LOW;
463 if (State.isEntering(State.LEVEL_LOW, oldLevel, newLevel)) {
502 } else if (State.isLeaving(State.LEVEL_LOW, oldLevel, newLevel)) {
525 if (State.isEntering(State.LEVEL_LOW, oldLevel, newLevel))
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 

Completed in 78 milliseconds