Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteDatabase.java92 private static final boolean DEBUG_CLOSE_IDLE_CONNECTIONS = SystemProperties field in SQLiteDatabase
310 } else if (DEBUG_CLOSE_IDLE_CONNECTIONS) { in SQLiteDatabase()