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.java175 Set<String> packagesSet = new HashSet<>(); in getEntries() local
179 packagesSet.addAll(Arrays.asList(pkgs)); in getEntries()
183 if (packagesSet.isEmpty()) { in getEntries()
195 for (final String packageName : packagesSet) { in getEntries()