Searched refs:usageHistory (Results 1 – 2 of 2) sorted by relevance
1256 private int getMinBucketWithValidExpiryTime(AppUsageHistory usageHistory, in getMinBucketWithValidExpiryTime() argument1258 if (usageHistory.bucketExpiryTimesMs == null) { in getMinBucketWithValidExpiryTime()1261 final int size = usageHistory.bucketExpiryTimesMs.size(); in getMinBucketWithValidExpiryTime()1263 final int bucket = usageHistory.bucketExpiryTimesMs.keyAt(i); in getMinBucketWithValidExpiryTime()1267 final long expiryTimeMs = usageHistory.bucketExpiryTimesMs.valueAt(i); in getMinBucketWithValidExpiryTime()
552 final AppIdleHistory.AppUsageHistory usageHistory = mController in setupInitialUsageHistory() local555 usageHistory.lastUsedElapsedTime = 0; in setupInitialUsageHistory()556 usageHistory.lastUsedByUserElapsedTime = 0; in setupInitialUsageHistory()557 usageHistory.lastUsedScreenTime = 0; in setupInitialUsageHistory()