Searched refs:storageInfoProto (Results 1 – 2 of 2) sorted by relevance
117 StorageInfoProto storageInfoProto = in pullAppSearchStorageInfo() local119 data.add(buildStatsEvent(userHandle.getIdentifier(), storageInfoProto)); in pullAppSearchStorageInfo() local150 @UserIdInt int userId, @NonNull StorageInfoProto storageInfoProto) { in buildStatsEvent() argument154 storageInfoProto.getTotalStorageSize(), in buildStatsEvent()155 getDocumentStorageInfoBytes(storageInfoProto.getDocumentStorageInfo()), in buildStatsEvent()156 getSchemaStoreStorageInfoBytes(storageInfoProto.getSchemaStoreStorageInfo()), in buildStatsEvent()157 getIndexStorageInfoBytes(storageInfoProto.getIndexStorageInfo())); in buildStatsEvent()
359 StorageInfoProto storageInfoProto = getRawStorageInfoProto(); in AppSearchImpl() local397 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() argument2477 storageInfoProto.getDocumentStorageInfo().getNamespaceStorageInfoList(); in rebuildDocumentCountMapLocked()