Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java297 public Builder setNativeTermIndexLatencyMillis(int nativeTermIndexLatencyMillis) { in setNativeTermIndexLatencyMillis() method in PutDocumentStats.Builder
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java67 .setNativeTermIndexLatencyMillis(fromNativeStats.getTermIndexLatencyMs()) in copyNativeStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java102 .setNativeTermIndexLatencyMillis(nativeTermIndexLatencyMillis) in testAppSearchStats_PutDocumentStats()