Searched refs:wantedPrefixedNamespaces (Results 1 – 1 of 1) sorted by relevance
2150 Set<String> wantedPrefixedNamespaces = new ArraySet<>(); in getStorageInfoForPackage() local2155 wantedPrefixedNamespaces.addAll(prefixedNamespaces); in getStorageInfoForPackage()2158 if (wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForPackage()2162 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()2187 Set<String> wantedPrefixedNamespaces = in getStorageInfoForDatabase() local2189 if (wantedPrefixedNamespaces == null || wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForDatabase()2193 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()