Searched refs:shouldLogSlowQuery (Results 1 – 2 of 2) sorted by relevance
81 public static final boolean shouldLogSlowQuery(long elapsedTimeMillis) { in shouldLogSlowQuery() method in SQLiteDebug
1383 return SQLiteDebug.DEBUG_LOG_SLOW_QUERIES && SQLiteDebug.shouldLogSlowQuery( in endOperationDeferLogLocked()