Home
last modified time | relevance | path

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

12

/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()
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DPhoneNumberPreference.java65 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in onBindView() local
66 final String phoneNumber = bidiFormatter.unicodeWrap in onBindView()
81 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in onBindDialogView() local
82 final String phoneNumber = bidiFormatter.unicodeWrap in onBindDialogView()
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactDropdownLayouter.java87 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in bindView() local
88 final String displayName = bidiFormatter.unicodeWrap( in bindView()
91 final String destination = bidiFormatter.unicodeWrap( in bindView()
/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/apps/Messaging/src/com/android/messaging/ui/
DBlockedParticipantListItemView.java57 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in bind() local
58 mNameTextView.setText(bidiFormatter.unicodeWrap( in bind()
/packages/apps/Settings/src/com/android/settings/accounts/
DTopLevelAccountEntryPreferenceController.java47 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getSummary() local
62 summaries.add(bidiFormatter.unicodeWrap(label)); in getSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DTopLevelAccountEntryPreferenceController.java47 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getSummary() local
62 summaries.add(bidiFormatter.unicodeWrap(label)); in getSummary()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DVirtualKeyboardPreferenceController.java84 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in updateState() local
88 summaries.add(bidiFormatter.unicodeWrap(label)); in updateState()
/packages/apps/Car/Settings/src/com/android/car/settings/inputmethod/
DKeyboardPreferenceController.java86 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in updateState() local
90 summaries.add(bidiFormatter.unicodeWrap(label)); in updateState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/inputmethod/
DVirtualKeyboardPreferenceController.java84 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in updateState() local
88 summaries.add(bidiFormatter.unicodeWrap(label)); in updateState()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningProcessesView.java377 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in refreshUi() local
378 String sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
382 sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
386 sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DRunningProcessesView.java377 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in refreshUi() local
378 String sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
382 sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
386 sizeStr = bidiFormatter.unicodeWrap( in refreshUi()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DCellInfoUtil.java89 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getNetworkTitle() local
90 return bidiFormatter.unicodeWrap(oi.getOperatorNumeric(), TextDirectionHeuristics.LTR); in getNetworkTitle()
/packages/services/Telephony/src/com/android/phone/
DCellInfoUtil.java89 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getNetworkTitle() local
90 return bidiFormatter.unicodeWrap(oi.getOperatorNumeric(), TextDirectionHeuristics.LTR); in getNetworkTitle()
DNetworkSelectListPreference.java367 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getNetworkTitle() local
368 return bidiFormatter.unicodeWrap(ni.getOperatorNumeric(), TextDirectionHeuristics.LTR); in getNetworkTitle()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DCellInfoUtil.java90 BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in getNetworkTitle() local
91 return bidiFormatter.unicodeWrap(oi.getOperatorNumeric(), TextDirectionHeuristics.LTR); in getNetworkTitle()
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
DNumbersAdapter.java44 private final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); field in NumbersAdapter
75 bidiFormatter.unicodeWrap(displayNumber, TextDirectionHeuristics.LTR); in updateView()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragment.java211 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in updateFooterPreference() local
215 bidiFormatter.unicodeWrap(mBluetoothAdapter.getAddress()))); in updateFooterPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DDeviceListPreferenceFragment.java211 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in updateFooterPreference() local
215 bidiFormatter.unicodeWrap(mBluetoothAdapter.getAddress()))); in updateFooterPreference()
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java211 final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); in setConversationName() local
212 final String bidiFormattedName = bidiFormatter.unicodeWrap( in setConversationName()

12