Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java265 public Builder setNativeIndexLatencyMillis(int nativeIndexLatencyMillis) { in setNativeIndexLatencyMillis() argument
266 mNativeIndexLatencyMillis = nativeIndexLatencyMillis; in setNativeIndexLatencyMillis()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java81 final int nativeIndexLatencyMillis = 5; in testAppSearchStats_PutDocumentStats() local
98 .setNativeIndexLatencyMillis(nativeIndexLatencyMillis) in testAppSearchStats_PutDocumentStats()
121 assertThat(pStats.getNativeIndexLatencyMillis()).isEqualTo(nativeIndexLatencyMillis); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java154 final int nativeIndexLatencyMillis = 5; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
167 .setIndexLatencyMs(nativeIndexLatencyMillis) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
187 assertThat(pStats.getNativeIndexLatencyMillis()).isEqualTo(nativeIndexLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()