Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java2150 Set<String> wantedPrefixedNamespaces = new ArraySet<>(); in getStorageInfoForPackage() local
2155 wantedPrefixedNamespaces.addAll(prefixedNamespaces); in getStorageInfoForPackage()
2158 if (wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForPackage()
2162 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()
2187 Set<String> wantedPrefixedNamespaces = in getStorageInfoForDatabase() local
2189 if (wantedPrefixedNamespaces == null || wantedPrefixedNamespaces.isEmpty()) { in getStorageInfoForDatabase()
2193 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()