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/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)) {