Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryTracker.java1432 volatile long mBgCurrentDrainInteractionGracePeriodMs; field in AppBatteryTracker.AppBatteryPolicy
1566 mBgCurrentDrainInteractionGracePeriodMs = in AppBatteryPolicy()
1690 mBgCurrentDrainInteractionGracePeriodMs = DeviceConfig.getLong( in updateCurrentDrainInteractionGracePeriod()
1767 > (lastInteractionTime + mBgCurrentDrainInteractionGracePeriodMs); in getProposedRestrictionLevel()
1873 if (now > lastInteractionTime + mBgCurrentDrainInteractionGracePeriodMs) { in handleUidBatteryUsage()
1901 if (now > lastInteractionTime + mBgCurrentDrainInteractionGracePeriodMs) { in handleUidBatteryUsage()
2093 pw.println(mBgCurrentDrainInteractionGracePeriodMs); in dump()