Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DPutDocumentStats.java207 public Builder setRewriteDocumentTypesLatencyMillis(int rewriteDocumentTypesLatencyMillis) { in setRewriteDocumentTypesLatencyMillis() method in PutDocumentStats.Builder
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java90 .setRewriteDocumentTypesLatencyMillis(rewriteDocumentTypesLatencyMillis) in testAppSearchStats_PutDocumentStats()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchImpl.java669 .setRewriteDocumentTypesLatencyMillis( in putDocument()