Searched refs:oldLevel (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/storage/ |
D | DeviceStorageMonitorService.java | 120 private static boolean isEntering(int level, int oldLevel, int newLevel) { in isEntering() argument 121 return newLevel >= level && (oldLevel < level || oldLevel == LEVEL_UNKNOWN); in isEntering() 131 private static boolean isLeaving(int level, int oldLevel, int newLevel) { in isLeaving() argument 132 return newLevel < level && (oldLevel >= level || oldLevel == LEVEL_UNKNOWN); in isLeaving() 203 int oldLevel = state.level; in check() local 208 oldLevel = State.LEVEL_UNKNOWN; in check() 223 || oldLevel != newLevel) { in check() 224 EventLogTags.writeStorageState(uuid.toString(), oldLevel, newLevel, in check() local 229 updateNotifications(vol, oldLevel, newLevel); in check() 230 updateBroadcasts(vol, oldLevel, newLevel, seq); in check() [all …]
|
/frameworks/wilhelm/src/itf/ |
D | IVolume.cpp | 32 SLmillibel oldLevel = thiz->mLevel; in IVolume_SetVolumeLevel() local 33 if (oldLevel != level) { in IVolume_SetVolumeLevel()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
D | AccessPoint.java | 1407 int oldLevel = getLevel(); in setScanResults() local 1416 if (newLevel > 0 && newLevel != oldLevel) { in setScanResults() 1471 final int oldLevel = getLevel(); in update() local 1501 if (oldLevel != getLevel() /* current level */) { in update()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 1018 final int oldLevel = intent in onReceive() local 1021 + " level=" + level + " oldLevel=" + oldLevel); in onReceive()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 6251 int oldLevel = -1; field in HistoryPrinter 6264 oldLevel = -1; in reset() 6362 if (oldLevel != rec.batteryLevel) { in printNextItem() 6363 oldLevel = rec.batteryLevel; in printNextItem()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 48770 Landroid/os/BatteryStats$HistoryPrinter;->oldLevel:I
|