Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java63 public static final boolean DEBUG_LOG_SLOW_QUERIES = Build.IS_DEBUGGABLE; field in SQLiteDebug
DSQLiteConnection.java1383 return SQLiteDebug.DEBUG_LOG_SLOW_QUERIES && SQLiteDebug.shouldLogSlowQuery( in endOperationDeferLogLocked()