Searched refs:wantedPrefixedNamespaces (Results 1 – 1 of 1) sorted by relevance
1389 Set<String> wantedPrefixedNamespaces = new ArraySet<>(); in getStorageInfoForPackage() local1394 wantedPrefixedNamespaces.addAll(prefixedNamespaces); in getStorageInfoForPackage()1397 if (wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForPackage()1401 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()1426 Set<String> wantedPrefixedNamespaces = in getStorageInfoForDatabase() local1428 if (wantedPrefixedNamespaces == null || wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForDatabase()1432 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()