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