Searched defs:updatedSummaryOn (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/search/
H A DIndex.java1018 final String updatedSummaryOn = normalizeHyphen(summaryOn);
1022 final String normalizedSummaryOn = normalizeString(updatedSummaryOn);
1028 updatedTitle, normalizedTitle, updatedSummaryOn, normalizedSummaryOn,
1050 String normalizedTitle, String updatedSummaryOn, String normalizedSummaryOn,
1072 values.put(IndexColumns.DATA_SUMMARY_ON, updatedSummaryOn);
1049 updateOneRow(SQLiteDatabase database, String locale, String updatedTitle, String normalizedTitle, String updatedSummaryOn, String normalizedSummaryOn, String updatedSummaryOff, String normalizedSummaryOff, String entries, String className, String screenTitle, int iconResId, int rank, String spaceDelimitedKeywords, String intentAction, String intentTargetPackage, String intentTargetClass, boolean enabled, String key, int userId) argument

Completed in 144 milliseconds