Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java1021 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test"); in testGetDoublePunctuationNoPunctuation()
1028 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test!"); in testGetDoublePunctuationSingleExclamation()
1035 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("?test"); in testGetDoublePunctuationSingleQuestion()
1042 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test! right!"); in testGetDoublePunctuationSeparatedMarks()
1049 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("!!test"); in testGetDoublePunctuationDoubleExclamation()
1056 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test??"); in testGetDoublePunctuationDoubleQuestion()
1063 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation("test?!"); in testGetDoublePunctuationMixed()
1070 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation( in testGetDoublePunctuationMixedInTheMiddle()
1078 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation( in testGetDoublePunctuationMixedDifferentOrder()
1086 CharSequence backgroundText = mPeopleTileViewHelper.getDoublePunctuation( in testGetDoublePunctuationMultiple()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleTileViewHelper.java1019 CharSequence punctuation = getDoublePunctuation(content); in decorateBackground()
1056 CharSequence getDoublePunctuation(CharSequence message) { in getDoublePunctuation() method in PeopleTileViewHelper