Home
last modified time | relevance | path

Searched defs: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()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java359 StorageInfoProto storageInfoProto = getRawStorageInfoProto(); in AppSearchImpl() local
2227 private static StorageInfo getStorageInfoForNamespaces( in getStorageInfoForNamespaces()
2474 private void rebuildDocumentCountMapLocked(@NonNull StorageInfoProto storageInfoProto) { in rebuildDocumentCountMapLocked()