Searched refs:BULK_INSERTS_PER_YIELD_POINT (Results 1 – 2 of 2) sorted by relevance
88 private static final int BULK_INSERTS_PER_YIELD_POINT = 50; field in VoicemailContentTable161 if((count % BULK_INSERTS_PER_YIELD_POINT) == 0){ in bulkInsert()
75 private static final int BULK_INSERTS_PER_YIELD_POINT = 50; field in AbstractContactsProvider228 if (++opCount >= BULK_INSERTS_PER_YIELD_POINT) { in bulkInsert()