Home
last modified time | relevance | path

Searched refs:getCurrentDrainThresholdIndex (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryTracker.java1863 final int thresholdIndex = getCurrentDrainThresholdIndex(uid, now, in handleUidBatteryUsage()
1962 private int getCurrentDrainThresholdIndex(int uid, long now, long window) { in getCurrentDrainThresholdIndex() method in AppBatteryTracker.AppBatteryPolicy
2148 final int thresholdIndex = getCurrentDrainThresholdIndex(uid, now, in dump()