Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateAppOpsBridge.java157 Set<String> packagesSet = new HashSet<>(); in getEntries() local
161 packagesSet.addAll(Arrays.asList(pkgs)); in getEntries()
165 if (packagesSet.isEmpty()) { in getEntries()
177 for (final String packageName : packagesSet) { in getEntries()