Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java2162 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()
2193 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()
2227 private static StorageInfo getStorageInfoForNamespaces( in getStorageInfoForNamespaces() method in AppSearchImpl