Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageHeaderView.java711 BidiFormatter bidiFormatter) { in getRecipientSummaryText() argument
714 context, meEmailAddress, myName, addressCache, matcher, bidiFormatter); in getRecipientSummaryText()
741 BidiFormatter bidiFormatter) { in RecipientListsBuilder() argument
748 mBidiFormatter = bidiFormatter; in RecipientListsBuilder()
1266 BidiFormatter bidiFormatter) { in renderExpandedDetails() argument
1268 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1270 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1272 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1274 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
1276 detailsView, addressCache, account, veiledMatcher, bidiFormatter); in renderExpandedDetails()
[all …]
DMessageAttachmentBar.java120 boolean loaderResult, BidiFormatter bidiFormatter) { in render() argument
152 mAttachmentSizeText = bidiFormatter.unicodeWrap( in render()
154 mDisplayType = bidiFormatter.unicodeWrap( in render()
DSubjectAndFolderView.java109 final BidiFormatter bidiFormatter = getBidiFormatter(); in setFolders() local
110 final String wrappedSubject = mSubject == null ? "" : bidiFormatter.unicodeWrap(mSubject); in setFolders()
DConversationViewAdapter.java553 BidiFormatter bidiFormatter, in ConversationViewAdapter() argument
573 mBidiFormatter = bidiFormatter; in ConversationViewAdapter()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java380 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in refreshUi() local
381 String sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
385 sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
389 sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DStringUtils.java25 String delimiter, Iterable<String> tokens, BidiFormatter bidiFormatter) { in joinAndBidiFormat() argument
34 sb.append(bidiFormatter.unicodeWrap(token)); in joinAndBidiFormat()
DEmptyStateUtils.java56 String searchQuery, BidiFormatter bidiFormatter) { in bindEmptyFolderText() argument
63 bidiFormatter.unicodeWrap(searchQuery)); in bindEmptyFolderText()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListEmptyView.java60 final BidiFormatter bidiFormatter, boolean shouldShowIcon) { in setupEmptyText() argument
69 bidiFormatter); in setupEmptyText()
DNestedFolderTeaserView.java539 final BidiFormatter bidiFormatter = mAdapter.getBidiFormatter(); in populateUnreadSenders() local
542 sender = (sender != null) ? bidiFormatter.unicodeWrap(sender) : null; in populateUnreadSenders()
/packages/services/Telecomm/src/com/android/server/telecom/
DMissedCallNotifier.java208 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getNameForCall() local
209 return bidiFormatter.unicodeWrap(handle, TextDirectionHeuristics.LTR); in getNameForCall()
/packages/apps/Settings/src/com/android/settings/
DDateTimeSettings.java356 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getTimeZoneText() local
359 gmtString = bidiFormatter.unicodeWrap(gmtString, in getTimeZoneText()