Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java123 .setDocumentRetrievingLatencyMillis( in copyNativeStats()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java436 public Builder setDocumentRetrievingLatencyMillis(int documentRetrievingLatencyMillis) { in setDocumentRetrievingLatencyMillis() method in SearchStats.Builder
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java224 .setDocumentRetrievingLatencyMillis(nativeDocumentRetrievingLatencyMillis); in testAppSearchStats_SearchStats()