OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TABLE_PREFS_INDEX
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/search/
IndexDatabaseHelper.java
36
public static final String
TABLE_PREFS_INDEX
= "prefs_index";
74
"CREATE VIRTUAL TABLE " + Tables.
TABLE_PREFS_INDEX
+ " USING fts4" +
236
db.execSQL("DROP TABLE IF EXISTS " + Tables.
TABLE_PREFS_INDEX
);
Index.java
687
sb.append(Tables.
TABLE_PREFS_INDEX
);
695
final StringBuilder sb = new StringBuilder(Tables.
TABLE_PREFS_INDEX
);
[
all
...]
Completed in 687 milliseconds