Searched refs:getRawStorageInfoProto (Results 1 – 4 of 4) sorted by relevance
74 appSearchImpl.getRawStorageInfoProto().writeTo(out); in updateStorageInfoFile()
118 userInstance.getAppSearchImpl().getRawStorageInfoProto(); in pullAppSearchStorageInfo()
359 StorageInfoProto storageInfoProto = getRawStorageInfoProto(); in AppSearchImpl()1158 rebuildDocumentCountMapLocked(getRawStorageInfoProto()); in enforceLimitConfigLocked()2162 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForPackage()2193 return getStorageInfoForNamespaces(getRawStorageInfoProto(), wantedPrefixedNamespaces); in getStorageInfoForDatabase()2204 public StorageInfoProto getRawStorageInfoProto() throws AppSearchException { in getRawStorageInfoProto() method in AppSearchImpl
3551 StorageInfoProto storageInfo = mAppSearchImpl.getRawStorageInfoProto(); in testGetIcingSearchEngineStorageInfo()