Searched refs:spaceDelimitedKeywords (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Settings/src/com/android/settings/search/ |
D | Index.java | 1025 final String spaceDelimitedKeywords = normalizeKeywords(keywords); in updateOneRowWithFilteredData() local 1030 rank, spaceDelimitedKeywords, intentAction, intentTargetPackage, intentTargetClass, in updateOneRowWithFilteredData() 1052 String screenTitle, int iconResId, int rank, String spaceDelimitedKeywords, in updateOneRow() argument 1077 values.put(IndexColumns.DATA_KEYWORDS, spaceDelimitedKeywords); in updateOneRow()
|