Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/stats/
DStatsCollector.java117 StorageInfoProto storageInfoProto = in pullAppSearchStorageInfo() local
119 data.add(buildStatsEvent(userHandle.getIdentifier(), storageInfoProto)); in pullAppSearchStorageInfo() local
150 @UserIdInt int userId, @NonNull StorageInfoProto storageInfoProto) { in buildStatsEvent() argument
154 storageInfoProto.getTotalStorageSize(), in buildStatsEvent()
155 getDocumentStorageInfoBytes(storageInfoProto.getDocumentStorageInfo()), in buildStatsEvent()
156 getSchemaStoreStorageInfoBytes(storageInfoProto.getSchemaStoreStorageInfo()), in buildStatsEvent()
157 getIndexStorageInfoBytes(storageInfoProto.getIndexStorageInfo())); in buildStatsEvent()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java359 StorageInfoProto storageInfoProto = getRawStorageInfoProto(); in AppSearchImpl() local
397 rebuildDocumentCountMapLocked(storageInfoProto); in AppSearchImpl()
2228 @NonNull StorageInfoProto storageInfoProto, @NonNull Set<String> prefixedNamespaces) { in getStorageInfoForNamespaces()
2229 if (!storageInfoProto.hasDocumentStorageInfo()) { in getStorageInfoForNamespaces()
2233 long totalStorageSize = storageInfoProto.getTotalStorageSize(); in getStorageInfoForNamespaces()
2234 DocumentStorageInfoProto documentStorageInfo = storageInfoProto.getDocumentStorageInfo(); in getStorageInfoForNamespaces()
2474 private void rebuildDocumentCountMapLocked(@NonNull StorageInfoProto storageInfoProto) { in rebuildDocumentCountMapLocked() argument
2477 storageInfoProto.getDocumentStorageInfo().getNamespaceStorageInfoList(); in rebuildDocumentCountMapLocked()