Searched refs:mAppEntries (Results 1 – 3 of 3) sorted by relevance
70 private ArrayList<ApplicationsState.AppEntry> mAppEntries; field in AppUtilsTest83 mAppEntries = new ArrayList<>(Arrays.asList(mAppEntry)); in setUp()131 AppUtils.preloadTopIcons(mContext, mAppEntries, /* number= */ 0); in preloadTopIcons_zeroPreloadIcons_shouldNotCacheIcons()139 AppUtils.preloadTopIcons(mContext, mAppEntries, /* number= */ 1); in preloadTopIcons_shouldCheckIconFromCache()
278 mApplicationsState.mAppEntries.add(appEntry); in addApp()
152 final ArrayList<AppEntry> mAppEntries = new ArrayList<>(); field in ApplicationsState320 for (int i = 0; i < mAppEntries.size(); i++) { in doResumeIfNeededLocked()321 mAppEntries.get(i).sizeStale = true; in doResumeIfNeededLocked()445 mAppEntries.clear(); in clearEntries()602 for (int i = mAppEntries.size() - 1; i >= 0; i--) { in sumCacheSizes()603 sum += mAppEntries.get(i).cacheSize; in sumCacheSizes()677 mAppEntries.remove(entry); in removePackage()736 mAppEntries.remove(appEntry); in removeUser()771 mAppEntries.add(entry); in getEntryLocked()934 return new ArrayList<>(mAppEntries); in getAllApps()[all …]