Searched refs:CONNECTION_FLAG_INTERACTIVE (Results 1 – 2 of 2) sorted by relevance
146 public static final int CONNECTION_FLAG_INTERACTIVE = 1 << 2; field in SQLiteConnectionPool945 return (connectionFlags & CONNECTION_FLAG_INTERACTIVE) != 0 ? 1 : 0; in getPriority()
384 flags |= SQLiteConnectionPool.CONNECTION_FLAG_INTERACTIVE; in getThreadDefaultConnectionFlags()