Home
last modified time | relevance | path

Searched refs:yieldTransaction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/database/sqlite/
DSQLiteSession.java502 public boolean yieldTransaction(long sleepAfterYieldDelayMillis, boolean throwIfUnsafe, in yieldTransaction() method in SQLiteSession
DSQLiteDatabase.java641 return getThreadSession().yieldTransaction(sleepAfterYieldDelay, throwIfUnsafe, null); in yieldIfContendedHelper()