Searched refs:getDoublePunctuation (Results 1 – 2 of 2) sorted by relevance
995 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test"); in testGetDoublePunctuationNoPunctuation()1002 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test!"); in testGetDoublePunctuationSingleExclamation()1009 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("?test"); in testGetDoublePunctuationSingleQuestion()1023 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("!!test"); in testGetDoublePunctuationDoubleExclamation()1030 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test??"); in testGetDoublePunctuationDoubleQuestion()1037 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test?!"); in testGetDoublePunctuationMixed()1044 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation( in testGetDoublePunctuationMixedInTheMiddle()1052 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation( in testGetDoublePunctuationMixedDifferentOrder()1060 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation( in testGetDoublePunctuationMultiple()1068 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation( in testGetDoublePunctuationQuestionFirst()[all …]
1011 CharSequence punctuation = getDoublePunctuation(content); in decorateBackground()1048 CharSequence getDoublePunctuation(CharSequence message) { in getDoublePunctuation() method in PeopleTileViewHelper