Searched refs:getAllApps (Results 1 – 6 of 6) sorted by relevance
43 public List<AppPower> getAllApps() { in getAllApps() method in PowerReport44 return mApps.getAllApps(); in getAllApps()61 for (final AppActivity appActivity: activityReport.getAllApps()) { in createReport()90 for (AppPower app: report.mApps.getAllApps()) { in build()
34 public ImmutableList<AppActivity> getAllApps() { in getAllApps() method in ActivityReport35 return mApps.getAllApps(); in getAllApps()
34 public ImmutableList<APP> getAllApps() { in getAllApps() method in AppList
83 mAllApps = getAllApps(user.getIdentifier()); in queryApps()169 protected List<ApplicationInfo> getAllApps(int userId) { in getAllApps() method in AppsQueryHelper
108 protected List<ApplicationInfo> getAllApps(int userId) { in getAllApps() method in AppsQueryHelperTests.AppsQueryHelperTestable
848 public ArrayList<AppEntry> getAllApps() { in getAllApps() method in ApplicationsState.Session