Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java265 public Builder setNativeIndexLatencyMillis(int nativeIndexLatencyMillis) { in setNativeIndexLatencyMillis() method in PutDocumentStats.Builder
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java62 .setNativeIndexLatencyMillis(fromNativeStats.getIndexLatencyMs()) in copyNativeStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java98 .setNativeIndexLatencyMillis(nativeIndexLatencyMillis) in testAppSearchStats_PutDocumentStats()