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.java106 final int slowQueryMillis = Math.min( in shouldLogSlowQuery() local
111 return elapsedTimeMillis >= slowQueryMillis; in shouldLogSlowQuery()