Searched refs:allAppsList (Results 1 – 2 of 2) sorted by relevance
34 for (AppInfo info : allAppsList.data) { in testCacheUpdate_update_apps()45 assertFalse(allAppsList.data.isEmpty()); in testCacheUpdate_update_apps()46 for (AppInfo info : allAppsList.data) { in testCacheUpdate_update_apps()
63 public AllAppsList allAppsList; field in BaseModelUpdateTaskTestCase88 allAppsList = new AllAppsList(iconCache, new AppFilter()); in setUp()110 task.execute(appState, bgDataModel, allAppsList); in executeTaskForTest()143 allAppsList.add((AppInfo) initItem(AppInfo.class, commands, 1), null); in initializeData()