Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/sqlite/
DSQLiteConnectionPool.java161 public static final int CONNECTION_FLAG_INTERACTIVE = 1 << 2; field in SQLiteConnectionPool
1036 return (connectionFlags & CONNECTION_FLAG_INTERACTIVE) != 0 ? 1 : 0; in getPriority()
DSQLiteDatabase.java444 flags |= SQLiteConnectionPool.CONNECTION_FLAG_INTERACTIVE; in getThreadDefaultConnectionFlags()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17492 Landroid/database/sqlite/SQLiteConnectionPool;->CONNECTION_FLAG_INTERACTIVE:I