Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppBatteryTracker.java1511 private static final int TIME_STAMP_INDEX_BG_RESTRICTED = 1; field in AppBatteryTracker.AppBatteryPolicy
1775 return ts[TIME_STAMP_INDEX_BG_RESTRICTED] > 0 in getProposedRestrictionLevel()
1891 ts[TIME_STAMP_INDEX_BG_RESTRICTED] = now; in handleUidBatteryUsage()
1892 usages[TIME_STAMP_INDEX_BG_RESTRICTED] = usage; in handleUidBatteryUsage()
1925 ts[TIME_STAMP_INDEX_BG_RESTRICTED] = now; in handleUidBatteryUsage()
1926 pair.second[TIME_STAMP_INDEX_BG_RESTRICTED] = usage; in handleUidBatteryUsage()
1933 ts[TIME_STAMP_INDEX_BG_RESTRICTED] = 0; in handleUidBatteryUsage()
1934 pair.second[TIME_STAMP_INDEX_BG_RESTRICTED] = null; in handleUidBatteryUsage()
2025 pair.first[TIME_STAMP_INDEX_BG_RESTRICTED] = 0; in onBackgroundRestrictionChanged()
2026 pair.second[TIME_STAMP_INDEX_BG_RESTRICTED] = null; in onBackgroundRestrictionChanged()
[all …]