Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java242 public Builder setNativeDocumentSizeBytes(int nativeDocumentSizeBytes) { in setNativeDocumentSizeBytes() method in PutDocumentStats.Builder
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java61 .setNativeDocumentSizeBytes(fromNativeStats.getDocumentSize()) in copyNativeStats()
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java95 .setNativeDocumentSizeBytes(nativeDocumentSize) in testAppSearchStats_PutDocumentStats()