Home
last modified time | relevance | path

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

/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/
DAppSearchImpl.java3050 int blobCount = 0; in getBlobStorageInfoForNamespaces() local
3060 blobCount += blobFileNames.size(); in getBlobStorageInfoForNamespaces()
3063 blobCount += blobStorageInfoProto.getNumBlobs(); in getBlobStorageInfoForNamespaces()
3067 storageInfoBuilder.setBlobsCount(blobCount).setBlobsSizeBytes(blobSizeBytes); in getBlobStorageInfoForNamespaces()