Searched refs:CONNECTION_FLAG_INTERACTIVE (Results 1 – 3 of 3) sorted by relevance
161 public static final int CONNECTION_FLAG_INTERACTIVE = 1 << 2; field in SQLiteConnectionPool1036 return (connectionFlags & CONNECTION_FLAG_INTERACTIVE) != 0 ? 1 : 0; in getPriority()
444 flags |= SQLiteConnectionPool.CONNECTION_FLAG_INTERACTIVE; in getThreadDefaultConnectionFlags()
17492 Landroid/database/sqlite/SQLiteConnectionPool;->CONNECTION_FLAG_INTERACTIVE:I