Searched refs:SLEEP_AFTER_YIELD_DELAY (Results 1 - 5 of 5) 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/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java47 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in class:SQLiteContentProvider
229 if (db.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) {
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java47 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in class:SQLiteContentProvider
232 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
H A DContactsProvider2.java2215 return contactsDb != null && contactsDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY);

Completed in 169 milliseconds