Searched defs:SLEEP_AFTER_YIELD_DELAY (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/provider/
H A DSQLiteContentProvider.java46 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in class:SQLiteContentProvider
219 if (mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java46 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in class:SQLiteContentProvider
222 mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAbstractContactsProvider.java51 protected static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in class:AbstractContactsProvider

Completed in 137 milliseconds