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

/frameworks/base/services/usage/java/com/android/server/usage/
H A DAppIdleHistory.java56 private SparseArray<ArrayMap<String,PackageHistory>> mIdleHistory = new SparseArray<>();
89 private static class PackageHistory { class in class:AppIdleHistory
179 ArrayMap<String, PackageHistory> userHistory = getUserHistoryLocked(userId);
180 PackageHistory packageHistory = getPackageHistoryLocked(userHistory, packageName,
192 ArrayMap<String, PackageHistory> userHistory = getUserHistoryLocked(userId);
193 PackageHistory packageHistory = getPackageHistoryLocked(userHistory, packageName,
201 private void shiftHistoryToNow(ArrayMap<String, PackageHistory> userHistory,
211 for (PackageHistory idleState : userHistory.values()) {
226 private ArrayMap<String, PackageHistory> getUserHistoryLocked(int userId) {
227 ArrayMap<String, PackageHistory> userHistor
[all...]

Completed in 126 milliseconds