Searched refs:columnForExactMatching (Results 1 – 1 of 1) sorted by relevance
125 if (columnForExactMatching != null) { in appendSelectionString()126 for (String column : columnForExactMatching) { in appendSelectionString()151 String[] columnForExactMatching, in insertSelectionArgumentStrings() argument153 if (columnForExactMatching != null) { in insertSelectionArgumentStrings()154 int until = pos + columnForExactMatching.length; in insertSelectionArgumentStrings()218 String[] columnForExactMatching, in searchChannels() argument238 appendSelectionString(sb, columnForExactMatching, columnForPartialMatching); in searchChannels()243 (columnForExactMatching == null ? 0 : columnForExactMatching.length) in searchChannels()355 String[] columnForExactMatching, in searchPrograms() argument377 appendSelectionString(sb, columnForExactMatching, columnForPartialMatching); in searchPrograms()[all …]