Home
last modified time | relevance | path

Searched refs:setNativeLiteIndexSortLatencyMillis (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() method in PutDocumentStats.Builder
/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/
DAppSearchLoggerHelper.java71 .setNativeLiteIndexSortLatencyMillis(fromNativeStats.getLiteIndexSortLatencyMs()); in copyNativeStats()
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java106 .setNativeLiteIndexSortLatencyMillis(nativeLiteIndexSortLatencyMillis); in testAppSearchStats_PutDocumentStats()