Searched refs:nativeIndexLatencyMillis (Results 1 – 3 of 3) sorted by relevance
265 public Builder setNativeIndexLatencyMillis(int nativeIndexLatencyMillis) { in setNativeIndexLatencyMillis() argument266 mNativeIndexLatencyMillis = nativeIndexLatencyMillis; in setNativeIndexLatencyMillis()
81 final int nativeIndexLatencyMillis = 5; in testAppSearchStats_PutDocumentStats() local98 .setNativeIndexLatencyMillis(nativeIndexLatencyMillis) in testAppSearchStats_PutDocumentStats()121 assertThat(pStats.getNativeIndexLatencyMillis()).isEqualTo(nativeIndexLatencyMillis); in testAppSearchStats_PutDocumentStats()
154 final int nativeIndexLatencyMillis = 5; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local167 .setIndexLatencyMs(nativeIndexLatencyMillis) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()187 assertThat(pStats.getNativeIndexLatencyMillis()).isEqualTo(nativeIndexLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()