Searched refs:AppIdleHistory (Results 1 – 4 of 4) sorted by relevance
46 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 0); in testFilesCreation()56 AppIdleHistory.APP_IDLE_FILENAME).exists()); in testFilesCreation()60 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 1000); in testScreenOnTime()73 AppIdleHistory aih2 = new AppIdleHistory(mStorageDir, 0); in testScreenOnTime()81 AppIdleHistory aih = new AppIdleHistory(mStorageDir, 1000); in testPackageEvents()
50 public class AppIdleHistory { class94 AppIdleHistory(long elapsedRealtime) { in AppIdleHistory() method in AppIdleHistory99 AppIdleHistory(File storageDir, long elapsedRealtime) { in AppIdleHistory() method in AppIdleHistory
165 private AppIdleHistory mAppIdleHistory;223 mAppIdleHistory = new AppIdleHistory(SystemClock.elapsedRealtime()); in onStart()
5402 Lcom/android/server/usage/AppIdleHistory;5403 Lcom/android/server/usage/AppIdleHistory$PackageHistory;