Searched refs:wantedPrefixedNamespaces (Results 1 – 1 of 1) sorted by relevance
1424 Set<String> wantedPrefixedNamespaces = new ArraySet<>(); in getStorageInfoForPackage() local1429 wantedPrefixedNamespaces.addAll(prefixedNamespaces); in getStorageInfoForPackage()1432 if (wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForPackage()1436 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()1461 Set<String> wantedPrefixedNamespaces = in getStorageInfoForDatabase() local1463 if (wantedPrefixedNamespaces == null || wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForDatabase()1467 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()