Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
H A DAppIdleHistory.java197 SparseLongArray bucketExpiryTimesMs; field in AppIdleHistory.AppUsageHistory
312 if (appUsageHistory.bucketExpiryTimesMs == null) { in reportUsage()
316 appUsageHistory.bucketExpiryTimesMs.put(newBucket, in reportUsage()
343 if (appUsageHistory.bucketExpiryTimesMs == null) { in removeElapsedExpiryTimes()
348 appUsageHistory.bucketExpiryTimesMs.removeAt(i); in removeElapsedExpiryTimes()
448 appUsageHistory.bucketExpiryTimesMs.clear(); in setAppStandbyBucket()
682 return appUsageHistory.bucketExpiryTimesMs.get(bucket, 0); in getBucketExpiryTimeMs()
833 if (appUsageHistory.bucketExpiryTimesMs == null) { in insertBucketExpiryTime()
912 if (history.bucketExpiryTimesMs != null) { in writeAppIdleTimes()
1021 if (appUsageHistory.bucketExpiryTimesMs == null in dumpBucketExpiryTimes()
[all …]
H A DAppStandbyController.java1252 if (usageHistory.bucketExpiryTimesMs == null) { in getMinBucketWithValidExpiryTime()
1255 final int size = usageHistory.bucketExpiryTimesMs.size(); in getMinBucketWithValidExpiryTime()
1257 final int bucket = usageHistory.bucketExpiryTimesMs.keyAt(i); in getMinBucketWithValidExpiryTime()
1261 final long expiryTimeMs = usageHistory.bucketExpiryTimesMs.valueAt(i); in getMinBucketWithValidExpiryTime()