Searched refs:EXTREME_COUNT (Results 1 – 1 of 1) sorted by relevance
104 private static final int EXTREME_COUNT = 10_000; field in LegacyProviderMigrationTest441 for (int i = 0; i < EXTREME_COUNT; i++) { in testLegacy_Extreme()447 if ((ops.size() > 1_000) || (i == (EXTREME_COUNT - 1))) { in testLegacy_Extreme()461 Truth.assertThat(cursor.getCount()).isAtLeast(EXTREME_COUNT); in testLegacy_Extreme()