Searched refs:migratedDocumentCount (Results 1 – 2 of 2) sorted by relevance
361 public Builder setTotalNeedMigratedDocumentCount(int migratedDocumentCount) { in setTotalNeedMigratedDocumentCount() argument362 mTotalNeedMigratedDocumentCount = migratedDocumentCount; in setTotalNeedMigratedDocumentCount()
389 int migratedDocumentCount = 7; in testAppSearchStats_SchemaMigrationStats() local403 .setTotalNeedMigratedDocumentCount(migratedDocumentCount) in testAppSearchStats_SchemaMigrationStats()420 assertThat(sStats.getTotalNeedMigratedDocumentCount()).isEqualTo(migratedDocumentCount); in testAppSearchStats_SchemaMigrationStats()