HomeSort by relevance Sort by last modified time
    Searched refs:SLEEP_AFTER_YIELD_DELAY (Results 1 - 5 of 5) sorted by null

  /frameworks/ex/common/java/com/android/common/content/
SQLiteContentProvider.java 45 private static final int SLEEP_AFTER_YIELD_DELAY = 4000;
224 if (mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) {
  /packages/apps/Browser/src/com/android/browser/provider/
SQLiteContentProvider.java 46 private static final int SLEEP_AFTER_YIELD_DELAY = 4000;
219 if (mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 46 private static final int SLEEP_AFTER_YIELD_DELAY = 4000;
222 mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 48 protected static final int SLEEP_AFTER_YIELD_DELAY = 4000;
ContactsProvider2.java     [all...]

Completed in 129 milliseconds