Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DPutDocumentStats.java221 public Builder setNativeDocumentStoreLatencyMillis(int nativeDocumentStoreLatencyMillis) { in setNativeDocumentStoreLatencyMillis() method in PutDocumentStats.Builder
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerHelper.java61 .setNativeDocumentStoreLatencyMillis(fromNativeStats.getDocumentStoreLatencyMs()) in copyNativeStats()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
H A DAppSearchStatsTest.java92 .setNativeDocumentStoreLatencyMillis(nativeDocumentStoreLatencyMillis) in testAppSearchStats_PutDocumentStats()