Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java117 .setParseQueryLatencyMillis(fromNativeStats.getParseQueryLatencyMs()) in copyNativeStats()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DSearchStats.java401 public Builder setParseQueryLatencyMillis(int parseQueryLatencyMillis) { in setParseQueryLatencyMillis() method in SearchStats.Builder
/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java218 .setParseQueryLatencyMillis(nativeParseQueryLatencyMillis) in testAppSearchStats_SearchStats()