Home
last modified time | relevance | path

Searched defs:backgroundText (Results 1 – 1 of 1) sorted by relevance

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