Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java297 public Builder setNativeTermIndexLatencyMillis(int nativeTermIndexLatencyMillis) { in setNativeTermIndexLatencyMillis() argument
298 mNativeTermIndexLatencyMillis = nativeTermIndexLatencyMillis; in setNativeTermIndexLatencyMillis()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java86 final int nativeTermIndexLatencyMillis = 9; in testAppSearchStats_PutDocumentStats() local
102 .setNativeTermIndexLatencyMillis(nativeTermIndexLatencyMillis) in testAppSearchStats_PutDocumentStats()
127 .isEqualTo(nativeTermIndexLatencyMillis); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java159 final int nativeTermIndexLatencyMillis = 9; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
174 .setTermIndexLatencyMs(nativeTermIndexLatencyMillis) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
193 .isEqualTo(nativeTermIndexLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()