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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java82 public static final boolean shouldLogSlowQuery(long elapsedTimeMillis) { method in class:SQLiteDebug
H A DSQLiteConnection.java1384 return SQLiteDebug.DEBUG_LOG_SLOW_QUERIES && SQLiteDebug.shouldLogSlowQuery(

Completed in 59 milliseconds