Searched refs:highUsageApps (Results 1 – 4 of 4) sorted by relevance
70 final List<AppInfo> highUsageApps = BatteryTipUtils.detectAnomalies(mContext, in detect() local72 if (!highUsageApps.isEmpty()) { in detect()74 return new RestrictAppTip(BatteryTip.StateType.NEW, highUsageApps); in detect()90 final List<AppInfo> highUsageApps = new ArrayList<>(); in getFakeData() local91 highUsageApps.add(new AppInfo.Builder() in getFakeData()94 return new RestrictAppTip(BatteryTip.StateType.NEW, highUsageApps); in getFakeData()
136 final List<AppInfo> highUsageApps = BatteryDatabaseManager.getInstance(context) in detectAnomalies() local139 highUsageApps.removeIf(AppLabelPredicate.getInstance(context) in detectAnomalies()142 return highUsageApps; in detectAnomalies()