Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java81 public static final boolean shouldLogSlowQuery(long elapsedTimeMillis) { in shouldLogSlowQuery() method in SQLiteDebug
DSQLiteConnection.java1383 return SQLiteDebug.DEBUG_LOG_SLOW_QUERIES && SQLiteDebug.shouldLogSlowQuery( in endOperationDeferLogLocked()