Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java1067 Matcher doubleExclamationMatcher = DOUBLE_EXCLAMATION_PATTERN.matcher(message); in getDoublePunctuation() local
1068 if (!doubleExclamationMatcher.find()) { in getDoublePunctuation()
1072 if (doubleQuestionMatcher.start() < doubleExclamationMatcher.start()) { in getDoublePunctuation()