OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONNECTION_FLAG_INTERACTIVE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/database/sqlite/
SQLiteConnectionPool.java
146
public static final int
CONNECTION_FLAG_INTERACTIVE
= 1 << 2;
[
all
...]
SQLiteDatabase.java
382
flags |= SQLiteConnectionPool.
CONNECTION_FLAG_INTERACTIVE
;
[
all
...]
Completed in 291 milliseconds