Home
last modified time | relevance | path

Searched refs:systemAppsAllowlist (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffData.java182 final List<String> systemAppsAllowlist = featureProvider.getSystemAppsAllowlist(); in combineIntoSystemApps() local
189 systemAppsAllowlist, in combineIntoSystemApps()
278 final @NonNull List<String> systemAppsAllowlist, in needsCombineInSystemApp() argument
290 if (systemAppsAllowlist.contains(packageName)) { in needsCombineInSystemApp()