Searched refs:appUsageHistory (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppIdleHistory.java221 * @param appUsageHistory the usage record for the app being updated
230 public AppUsageHistory reportUsage(AppUsageHistory appUsageHistory, String packageName, argument
237 appUsageHistory.bucketActiveTimeoutTime = Math.max(timeoutTime,
238 appUsageHistory.bucketActiveTimeoutTime);
240 appUsageHistory.bucketWorkingSetTimeoutTime = Math.max(timeoutTime,
241 appUsageHistory.bucketWorkingSetTimeoutTime);
249 appUsageHistory.lastUsedElapsedTime = mElapsedDuration
251 appUsageHistory.lastUsedScreenTime = getScreenOnTime(elapsedRealtime);
254 if (appUsageHistory.currentBucket > newBucket) {
255 appUsageHistory
[all...]

Completed in 54 milliseconds