Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DStorageInfo.java81 public StorageInfo.Builder setSizeBytes(long sizeBytes) { in setSizeBytes() method in StorageInfo.Builder
/frameworks/base/apex/appsearch/framework/api/
Dcurrent.txt444 method @NonNull public android.app.appsearch.StorageInfo.Builder setSizeBytes(long);
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchImpl.java1504 .setSizeBytes((long) (namespaceDocuments * 1.0 / totalDocuments * totalStorageSize)) in getStorageInfoForNamespaces()