Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/stats/
DSchemaMigrationStats.java369 public Builder setTotalSuccessMigratedDocumentCount(int totalSuccessMigratedDocumentCount) { in setTotalSuccessMigratedDocumentCount() method in SchemaMigrationStats.Builder
/packages/modules/AppSearch/testing/servicestests/src/com/android/server/appsearch/external/localstorage/stats/
DAppSearchStatsTest.java404 .setTotalSuccessMigratedDocumentCount(savedDocumentCount) in testAppSearchStats_SchemaMigrationStats()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchManagerService.java1518 .setTotalSuccessMigratedDocumentCount(operationSuccessCount) in putDocumentsFromFile()