Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/stats/
DStatsCollector.java114 userInstance.getAppSearchImpl().getRawStorageInfoProto(); in pullAppSearchStorageInfo()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java287 StorageInfoProto storageInfoProto = getRawStorageInfoProto(); in AppSearchImpl()
723 rebuildDocumentCountMapLocked(getRawStorageInfoProto()); in enforceLimitConfigLocked()
1401 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()
1432 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()
1443 public StorageInfoProto getRawStorageInfoProto() throws AppSearchException { in getRawStorageInfoProto() method in AppSearchImpl
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchImplTest.java2524 StorageInfoProto storageInfo = appSearchImpl.getRawStorageInfoProto(); in testGetIcingSearchEngineStorageInfo()