Home
last modified time | relevance | path

Searched refs:yieldIfContendedSafely (Results 1 – 6 of 6) sorted by relevance

/frameworks/ex/common/java/com/android/common/content/
DSQLiteContentProvider.java134 mDb.yieldIfContendedSafely(); in bulkInsert()
224 if (mDb.yieldIfContendedSafely(SLEEP_AFTER_YIELD_DELAY)) { in applyBatch()
/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java619 public boolean yieldIfContendedSafely() { in yieldIfContendedSafely() method in SQLiteDatabase
634 public boolean yieldIfContendedSafely(long sleepAfterYieldDelay) { in yieldIfContendedSafely() method in SQLiteDatabase
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9856 method public boolean yieldIfContendedSafely();
9857 method public boolean yieldIfContendedSafely(long);
/frameworks/base/api/
Dcurrent.txt10987 method public boolean yieldIfContendedSafely();
10988 method public boolean yieldIfContendedSafely(long);
Dsystem-current.txt11435 method public boolean yieldIfContendedSafely();
11436 method public boolean yieldIfContendedSafely(long);
Dtest-current.txt11005 method public boolean yieldIfContendedSafely();
11006 method public boolean yieldIfContendedSafely(long);