Home
last modified time | relevance | path

Searched defs:SLEEP_AFTER_YIELD_DELAY (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java45 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in SQLiteContentProvider
/aosp12/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java47 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in SQLiteContentProvider
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DSQLiteContentProvider.java49 private static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in SQLiteContentProvider
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DAbstractContactsProvider.java65 protected static final int SLEEP_AFTER_YIELD_DELAY = 4000; field in AbstractContactsProvider