Searched refs:getRegularApps (Results 1 – 3 of 3) sorted by relevance
38 public ImmutableList<AppActivity> getRegularApps() { in getRegularApps() method in ActivityReport39 return mApps.getRegularApps(); in getRegularApps()
47 public List<AppPower> getRegularApps() { in getRegularApps() method in PowerReport48 return mApps.getRegularApps(); in getRegularApps()
38 public ImmutableList<APP> getRegularApps() { in getRegularApps() method in AppList