Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java1389 Set<String> wantedPrefixedNamespaces = new ArraySet<>(); in getStorageInfoForPackage() local
1394 wantedPrefixedNamespaces.addAll(prefixedNamespaces); in getStorageInfoForPackage()
1397 if (wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForPackage()
1401 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()
1426 Set<String> wantedPrefixedNamespaces = in getStorageInfoForDatabase() local
1428 if (wantedPrefixedNamespaces == null || wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForDatabase()
1432 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()