Home
last modified time | relevance | path

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

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