HomeSort by relevance Sort by last modified time
    Searched defs:SLEEP_AFTER_YIELD_DELAY (Results 1 - 4 of 4) 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/Gallery2/src/com/android/photos/data/
SQLiteContentProvider.java 47 private static final int SLEEP_AFTER_YIELD_DELAY = 4000;
229 if (db.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
SQLiteContentProvider.java 49 private static final int SLEEP_AFTER_YIELD_DELAY = 4000;
234 mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 67 protected static final int SLEEP_AFTER_YIELD_DELAY = 4000;

Completed in 618 milliseconds