Searched refs:LEVEL_LOW (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 109 private static final int LEVEL_LOW = 1; field in DeviceStorageMonitorService.State 143 case State.LEVEL_LOW: return "LOW"; in levelToString() 217 newLevel = State.LEVEL_LOW; in checkLow() 220 newLevel = State.LEVEL_LOW; in checkLow() 406 mForceLevel = State.LEVEL_LOW; in onShellCommand() 510 if (State.isEntering(State.LEVEL_LOW, oldLevel, newLevel)) { in updateNotifications() 545 } else if (State.isLeaving(State.LEVEL_LOW, oldLevel, newLevel)) { in updateNotifications() 571 if (State.isEntering(State.LEVEL_LOW, oldLevel, newLevel)) { in updateBroadcasts() 573 } else if (State.isLeaving(State.LEVEL_LOW, oldLevel, newLevel)) { in updateBroadcasts()
|
/frameworks/base/core/java/android/app/ambientcontext/ |
D | AmbientContextEvent.java | 97 public static final int LEVEL_LOW = 1; field in AmbientContextEvent 114 LEVEL_LOW, 221 LEVEL_LOW, 237 case LEVEL_LOW: in levelToString()
|
/frameworks/base/core/api/ |
D | system-current.txt | 1659 field public static final int LEVEL_LOW = 1; // 0x1
|