Searched refs:highUsageApps (Results 1 – 2 of 2) 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()
134 final List<AppInfo> highUsageApps = BatteryDatabaseManager.getInstance(context) in detectAnomalies() local137 highUsageApps.removeIf(AppLabelPredicate.getInstance(context) in detectAnomalies()140 return highUsageApps; in detectAnomalies()