Home
last modified time | relevance | path

Searched refs:updatedSummaryOn (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/search/
DIndex.java998 final String updatedSummaryOn = normalizeHyphen(summaryOn); in updateOneRowWithFilteredData() local
1002 final String normalizedSummaryOn = normalizeString(updatedSummaryOn); in updateOneRowWithFilteredData()
1006 updatedTitle, normalizedTitle, updatedSummaryOn, normalizedSummaryOn, in updateOneRowWithFilteredData()
1026 String updatedSummaryOn, String normalizedSummaryOn, in updateOneRow() argument
1048 values.put(IndexColumns.DATA_SUMMARY_ON, updatedSummaryOn); in updateOneRow()