Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java1059 Matcher doubleExclamationMatcher = DOUBLE_EXCLAMATION_PATTERN.matcher(message); in getDoublePunctuation() local
1060 if (!doubleExclamationMatcher.find()) { in getDoublePunctuation()
1064 if (doubleQuestionMatcher.start() < doubleExclamationMatcher.start()) { in getDoublePunctuation()