Home
last modified time | relevance | path

Searched refs:wantedPrefixedNamespaces (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java1424 Set<String> wantedPrefixedNamespaces = new ArraySet<>(); in getStorageInfoForPackage() local
1429 wantedPrefixedNamespaces.addAll(prefixedNamespaces); in getStorageInfoForPackage()
1432 if (wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForPackage()
1436 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()
1461 Set<String> wantedPrefixedNamespaces = in getStorageInfoForDatabase() local
1463 if (wantedPrefixedNamespaces == null || wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForDatabase()
1467 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()