Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java273 public Builder setNativeIndexMergeLatencyMillis(int nativeIndexMergeLatencyMillis) { in setNativeIndexMergeLatencyMillis() argument
274 mNativeIndexMergeLatencyMillis = nativeIndexMergeLatencyMillis; in setNativeIndexMergeLatencyMillis()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java82 final int nativeIndexMergeLatencyMillis = 6; in testAppSearchStats_PutDocumentStats() local
99 .setNativeIndexMergeLatencyMillis(nativeIndexMergeLatencyMillis) in testAppSearchStats_PutDocumentStats()
123 .isEqualTo(nativeIndexMergeLatencyMillis); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java155 final int nativeIndexMergeLatencyMillis = 6; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
168 .setIndexMergeLatencyMs(nativeIndexMergeLatencyMillis) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
189 .isEqualTo(nativeIndexMergeLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()