Home
last modified time | relevance | path

Searched defs:oldLevel (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java124 private static boolean isEntering(int level, int oldLevel, int newLevel) { in isEntering()
135 private static boolean isLeaving(int level, int oldLevel, int newLevel) { in isLeaving()
207 int oldLevel = state.level; in checkLow() local
228 EventLogTags.writeStorageState(uuid.toString(), oldLevel, newLevel, in checkLow() local
506 private void updateNotifications(VolumeInfo vol, int oldLevel, int newLevel) { in updateNotifications()
554 private void updateBroadcasts(VolumeInfo vol, int oldLevel, int newLevel, int seq) { in updateBroadcasts()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DAccessPoint.java1458 int oldLevel = getLevel(); in setScanResults() local
1522 final int oldLevel = getLevel(); in update() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java1198 final int oldLevel = intent in onReceive() local
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java6833 int oldLevel = -1; field in HistoryPrinter