HomeSort by relevance Sort by last modified time
    Searched defs: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/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 48 private static final int SLEEP_AFTER_YIELD_DELAY = 4000;
233 mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
AbstractContactsProvider.java 51 protected static final int SLEEP_AFTER_YIELD_DELAY = 4000;

Completed in 506 milliseconds