Home
last modified time | relevance | path

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

/appsearch/appsearch-local-storage/src/main/java/androidx/appsearch/localstorage/
DAppSearchImpl.java3049 long blobSizeBytes = 0; in getBlobStorageInfoForNamespaces() local
3058 blobSizeBytes += blobFile.length(); in getBlobStorageInfoForNamespaces()
3062 blobSizeBytes += blobStorageInfoProto.getBlobSize(); in getBlobStorageInfoForNamespaces()
3067 storageInfoBuilder.setBlobsCount(blobCount).setBlobsSizeBytes(blobSizeBytes); in getBlobStorageInfoForNamespaces()