Searched refs:SLEEP_AFTER_YIELD_DELAY (Results 1 – 4 of 4) sorted by relevance
47 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in SQLiteContentProvider229 if (db.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) { in applyBatch()
49 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in SQLiteContentProvider234 mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY); in applyBatch()
66 protected static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in AbstractContactsProvider
2387 return contactsDb != null && contactsDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY); in yield()