Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDebug.java82 int slowQueryMillis = SystemProperties.getInt("db.log.slow_query_threshold", -1); in shouldLogSlowQuery() local
83 return slowQueryMillis >= 0 && elapsedTimeMillis >= slowQueryMillis; in shouldLogSlowQuery()