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

/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDebug.java86 public static final boolean shouldLogSlowQuery(long elapsedTimeMillis) { method in class:SQLiteDebug
H A DSQLiteQuery.java90 if (SQLiteDebug.shouldLogSlowQuery(elapsed)) {

Completed in 626 milliseconds