Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DZenModeAllBypassingAppsPreferenceControllerTest.java87 List<ApplicationsState.AppEntry> appEntries = new ArrayList<>(); in testUpdateNotificationChannelList() local
88 appEntries.add(entry); in testUpdateNotificationChannelList()
98 mController.updateNotificationChannelList(appEntries); in testUpdateNotificationChannelList()
/packages/apps/Settings/src/com/android/settings/applications/appops/
DAppOpsState.java503 private AppEntry getAppEntry(final Context context, final HashMap<String, AppEntry> appEntries, in getAppEntry() argument
505 AppEntry appEntry = appEntries.get(packageName); in getAppEntry()
519 appEntries.put(packageName, appEntry); in getAppEntry()
532 final HashMap<String, AppEntry> appEntries = new HashMap<String, AppEntry>(); in buildState() local
559 AppEntry appEntry = getAppEntry(context, appEntries, pkgOps.getPackageName(), null); in buildState()
586 AppEntry appEntry = getAppEntry(context, appEntries, appInfo.packageName, in buildState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appops/
DAppOpsState.java503 private AppEntry getAppEntry(final Context context, final HashMap<String, AppEntry> appEntries, in getAppEntry() argument
505 AppEntry appEntry = appEntries.get(packageName); in getAppEntry()
519 appEntries.put(packageName, appEntry); in getAppEntry()
532 final HashMap<String, AppEntry> appEntries = new HashMap<String, AppEntry>(); in buildState() local
559 AppEntry appEntry = getAppEntry(context, appEntries, pkgOps.getPackageName(), null); in buildState()
586 AppEntry appEntry = getAppEntry(context, appEntries, appInfo.packageName, in buildState()
/packages/apps/Settings/tests/robotests/src/com/android/settings/datausage/
DUnrestrictedDataAccessPreferenceControllerTest.java167 final ArrayList<AppEntry> appEntries = new ArrayList<>(); in createAppEntries() local
177 appEntries.add(appEntry); in createAppEntries()
179 return appEntries; in createAppEntries()