Searched refs:SQLiteDebug (Results 1 – 5 of 5) sorted by relevance
27 import android.database.sqlite.SQLiteDebug.DbStats;436 if (SQLiteDebug.DEBUG_LOCK_TIME_TRACKING) { in lock()486 if (SQLiteDebug.DEBUG_LOCK_TIME_TRACKING) { in unlock()500 if (SQLiteDebug.DEBUG_LOCK_TIME_TRACKING) { in unlockForced()525 if (SQLiteDebug.DEBUG_LOCK_TIME_TRACKING_STACK_TRACE) { in checkLockHoldTime()727 if (SQLiteDebug.DEBUG_SQL_STATEMENTS) { in endTransaction()1019 if (SQLiteDebug.DEBUG_SQL_STATEMENTS) {1022 if (SQLiteDebug.DEBUG_SQL_TIME) {2140 if (SQLiteDebug.DEBUG_SQL_CACHE) { in addToCompiledQueries()
28 public final class SQLiteDebug { class
331 SQLiteDebug.notifyActiveCursorFinalized(); in finalize()
41 import android.database.sqlite.SQLiteDebug;42 import android.database.sqlite.SQLiteDebug.DbStats;855 long sqliteAllocated = SQLiteDebug.getHeapAllocatedSize() / 1024; in dumpMemInfo()856 SQLiteDebug.PagerStats stats = SQLiteDebug.getDatabaseInfo(); in dumpMemInfo()
310 android.database.sqlite.SQLiteDebug311 android.database.sqlite.SQLiteDebug$PagerStats