Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/stats/
DPutDocumentStats.java322 public Builder setNativeLiteIndexSortLatencyMillis(int nativeLiteIndexSortLatencyMillis) { in setNativeLiteIndexSortLatencyMillis() argument
323 mNativeLiteIndexSortLatencyMillis = nativeLiteIndexSortLatencyMillis; in setNativeLiteIndexSortLatencyMillis()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java89 final int nativeLiteIndexSortLatencyMillis = 12; in testAppSearchStats_PutDocumentStats() local
106 .setNativeLiteIndexSortLatencyMillis(nativeLiteIndexSortLatencyMillis); in testAppSearchStats_PutDocumentStats()
133 .isEqualTo(nativeLiteIndexSortLatencyMillis); in testAppSearchStats_PutDocumentStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerTest.java162 final int nativeLiteIndexSortLatencyMillis = 12; in testAppSearchLoggerHelper_testCopyNativeStats_putDocument() local
177 .setLiteIndexSortLatencyMs(nativeLiteIndexSortLatencyMillis) in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()
199 .isEqualTo(nativeLiteIndexSortLatencyMillis); in testAppSearchLoggerHelper_testCopyNativeStats_putDocument()