Searched refs:prefixedNamespaces (Results 1 – 1 of 1) sorted by relevance
1426 Set<String> prefixedNamespaces = in getStorageInfoForPackage() local1428 if (prefixedNamespaces != null) { in getStorageInfoForPackage()1429 wantedPrefixedNamespaces.addAll(prefixedNamespaces); in getStorageInfoForPackage()1964 Set<String> prefixedNamespaces = mNamespaceMapLocked.get(prefix); in addPerPackagePerNamespaceResultGroupingsLocked() local1965 if (prefixedNamespaces == null) { in addPerPackagePerNamespaceResultGroupingsLocked()1972 for (String prefixedNamespace : prefixedNamespaces) { in addPerPackagePerNamespaceResultGroupingsLocked()2023 if (prefixedNamespaces == null) { in addPerPackageResultGroupingsLocked()2032 packageNamespaceList.addAll(prefixedNamespaces); in addPerPackageResultGroupingsLocked()2038 .addAllNamespaces(prefixedNamespaces) in addPerPackageResultGroupingsLocked()2067 if (prefixedNamespaces == null) { in addPerNamespaceResultGroupingsLocked()[all …]