Searched refs:spannableDisplay (Results 1 – 1 of 1) sorted by relevance
317 SpannableString spannableDisplay; in handlePriority() local342 spannableDisplay = new SpannableString(sBidiFormatter.unicodeWrap(nameString)); in handlePriority()362 spannableDisplay.setSpan(style, 0, spannableDisplay.length(), 0); in handlePriority()363 styledSenders.add(spannableDisplay); in handlePriority()367 spannableDisplay = new SpannableString(sElidedString); in handlePriority()368 spannableDisplay.setSpan(style, 0, spannableDisplay.length(), 0); in handlePriority()370 styledSenders.add(spannableDisplay); in handlePriority()