Home
last modified time | relevance | path

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

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