Searched refs:SEARCH_ESCAPE_CHAR (Results 1 - 1 of 1) sorted by relevance

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java330 private static final String SEARCH_ESCAPE_CHAR = "#"; field in class:CalendarProvider2
334 * need to escape with {@link #SEARCH_ESCAPE_CHAR}, including the escape
338 Pattern.compile("([%_" + SEARCH_ESCAPE_CHAR + "])");
1139 return matcher.replaceAll(SEARCH_ESCAPE_CHAR + "$1");
1203 sb.append(SEARCH_ESCAPE_CHAR);

Completed in 68 milliseconds