Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java50 private static final int MAX_OPERATIONS_PER_YIELD_POINT = 500; field in SQLiteContentProvider
56 return MAX_OPERATIONS_PER_YIELD_POINT; in getMaxOperationsPerYield()
218 + MAX_OPERATIONS_PER_YIELD_POINT, ypCount); in applyBatch()
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java52 private static final int MAX_OPERATIONS_PER_YIELD_POINT = 500; field in SQLiteContentProvider
217 if (++opCount >= MAX_OPERATIONS_PER_YIELD_POINT) { in applyBatch()
221 + MAX_OPERATIONS_PER_YIELD_POINT, ypCount); in applyBatch()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAbstractContactsProvider.java70 private static final int MAX_OPERATIONS_PER_YIELD_POINT = 500; field in AbstractContactsProvider
264 if (++opCount >= MAX_OPERATIONS_PER_YIELD_POINT) { in applyBatch()
268 + MAX_OPERATIONS_PER_YIELD_POINT, ypCount); in applyBatch()