Home
last modified time | relevance | path

Searched refs:SLEEP_AFTER_YIELD_DELAY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/data/
DSQLiteContentProvider.java47 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in SQLiteContentProvider
229 if (db.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) { in applyBatch()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DSQLiteContentProvider.java49 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in SQLiteContentProvider
234 mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY); in applyBatch()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAbstractContactsProvider.java65 protected static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in AbstractContactsProvider
DContactsProvider2.java2329 return contactsDb != null && contactsDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY); in yield()