Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java120 private static boolean isEntering(int level, int oldLevel, int newLevel) { in isEntering()
131 private static boolean isLeaving(int level, int oldLevel, int newLevel) { in isLeaving()
203 int oldLevel = state.level; in check() local
224 EventLogTags.writeStorageState(uuid.toString(), oldLevel, newLevel, in check() local
460 private void updateNotifications(VolumeInfo vol, int oldLevel, int newLevel) { in updateNotifications()
508 private void updateBroadcasts(VolumeInfo vol, int oldLevel, int newLevel, int seq) { in updateBroadcasts()
/aosp12/frameworks/wilhelm/src/itf/
H A DIVolume.cpp32 SLmillibel oldLevel = thiz->mLevel; in IVolume_SetVolumeLevel() local
/aosp12/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java1114 final int oldLevel = intent in onReceive() local
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java6399 int oldLevel = -1; field in HistoryPrinter