Searched refs:bidiFormatter (Results 1 - 22 of 22) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DStringUtils.java25 String delimiter, Iterable<String> tokens, BidiFormatter bidiFormatter) {
34 sb.append(bidiFormatter.unicodeWrap(token));
24 joinAndBidiFormat( String delimiter, Iterable<String> tokens, BidiFormatter bidiFormatter) argument
H A DEmptyStateUtils.java56 String searchQuery, BidiFormatter bidiFormatter) {
63 bidiFormatter.unicodeWrap(searchQuery));
55 bindEmptyFolderText(TextView view, Folder folder, Resources res, String searchQuery, BidiFormatter bidiFormatter) argument
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
H A DPhoneNumberPreference.java65 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
66 final String phoneNumber = bidiFormatter.unicodeWrap
81 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
82 final String phoneNumber = bidiFormatter.unicodeWrap
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBlockedParticipantListItemView.java57 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
58 mNameTextView.setText(bidiFormatter.unicodeWrap(
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListEmptyView.java60 final BidiFormatter bidiFormatter, boolean shouldShowIcon) {
69 bidiFormatter);
59 setupEmptyText(final Folder folder, final String searchQuery, final BidiFormatter bidiFormatter, boolean shouldShowIcon) argument
H A DNestedFolderTeaserView.java539 final BidiFormatter bidiFormatter = mAdapter.getBidiFormatter();
542 sender = (sender != null) ? bidiFormatter.unicodeWrap(sender) : null;
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DVirtualKeyboardPreferenceController.java82 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
87 summary = bidiFormatter.unicodeWrap(label);
90 bidiFormatter.unicodeWrap(label));
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactDropdownLayouter.java87 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
88 final String displayName = bidiFormatter.unicodeWrap(
91 final String destination = bidiFormatter.unicodeWrap(
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAccountDashboardFragment.java98 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
113 summary = bidiFormatter.unicodeWrap(label);
116 bidiFormatter.unicodeWrap(label));
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java711 BidiFormatter bidiFormatter) {
714 context, meEmailAddress, myName, addressCache, matcher, bidiFormatter);
741 BidiFormatter bidiFormatter) {
748 mBidiFormatter = bidiFormatter;
1266 BidiFormatter bidiFormatter) {
1268 detailsView, addressCache, account, veiledMatcher, bidiFormatter);
1270 detailsView, addressCache, account, veiledMatcher, bidiFormatter);
1272 detailsView, addressCache, account, veiledMatcher, bidiFormatter);
1274 detailsView, addressCache, account, veiledMatcher, bidiFormatter);
1276 detailsView, addressCache, account, veiledMatcher, bidiFormatter);
708 getRecipientSummaryText(Context context, String meEmailAddress, String myName, String[] to, String[] cc, String[] bcc, Map<String, Address> addressCache, VeiledAddressMatcher matcher, BidiFormatter bidiFormatter) argument
739 RecipientListsBuilder(Context context, String meEmailAddress, String myName, Map<String, Address> addressCache, VeiledAddressMatcher matcher, BidiFormatter bidiFormatter) argument
1262 renderExpandedDetails(Resources res, View detailsView, String viaDomain, Map<String, Address> addressCache, Account account, VeiledAddressMatcher veiledMatcher, String[] from, String[] replyTo, String[] to, String[] cc, String[] bcc, CharSequence receivedTimestamp, BidiFormatter bidiFormatter) argument
1288 renderEmailList(Resources res, int headerId, int detailsId, String[] emails, String viaDomain, View rootView, Map<String, Address> addressCache, Account account, VeiledAddressMatcher veiledMatcher, BidiFormatter bidiFormatter) argument
[all...]
H A DSubjectAndFolderView.java109 final BidiFormatter bidiFormatter = getBidiFormatter();
110 final String wrappedSubject = mSubject == null ? "" : bidiFormatter.unicodeWrap(mSubject);
H A DMessageAttachmentBar.java120 boolean loaderResult, BidiFormatter bidiFormatter) {
152 mAttachmentSizeText = bidiFormatter.unicodeWrap(
154 mDisplayType = bidiFormatter.unicodeWrap(
119 render(Attachment attachment, Account account, ConversationMessage message, boolean loaderResult, BidiFormatter bidiFormatter) argument
H A DConversationViewAdapter.java553 BidiFormatter bidiFormatter,
573 mBidiFormatter = bidiFormatter;
541 ConversationViewAdapter(ControllableActivity controllableActivity, ConversationAccountController accountController, LoaderManager loaderManager, MessageHeaderViewCallbacks messageCallbacks, MessageFooterCallbacks footerCallbacks, ContactInfoSource contactInfoSource, ConversationViewHeaderCallbacks convCallbacks, ConversationFooterCallbacks convFooterCallbacks, ConversationUpdater conversationUpdater, OnClickListener scbListener, Map<String, Address> addressCache, FormattedDateBuilder dateBuilder, BidiFormatter bidiFormatter, View.OnKeyListener onKeyListener) argument
/packages/services/Telephony/src/com/android/phone/
H A DCellInfoUtil.java131 BidiFormatter bidiFormatter = BidiFormatter.getInstance();
132 return bidiFormatter.unicodeWrap(oi.getOperatorNumeric(), TextDirectionHeuristics.LTR);
H A DNetworkSelectListPreference.java521 BidiFormatter bidiFormatter = BidiFormatter.getInstance();
522 return bidiFormatter.unicodeWrap(ni.getOperatorNumeric(), TextDirectionHeuristics.LTR);
/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
H A DNumbersAdapter.java45 private final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); field in class:NumbersAdapter
78 bidiFormatter.unicodeWrap(displayNumber, TextDirectionHeuristics.LTR);
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DDialerPhoneNumberListAdapter.java54 private final BidiFormatter bidiFormatter = BidiFormatter.getInstance(); field in class:DialerPhoneNumberListAdapter
181 bidiFormatter.unicodeWrap(number, TextDirectionHeuristics.LTR));
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DDeviceListPreferenceFragment.java212 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
216 bidiFormatter.unicodeWrap(mLocalAdapter.getAddress())));
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java377 BidiFormatter bidiFormatter = BidiFormatter.getInstance();
378 String sizeStr = bidiFormatter.unicodeWrap(
382 sizeStr = bidiFormatter.unicodeWrap(
386 sizeStr = bidiFormatter.unicodeWrap(
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
H A DConversationListItemView.java211 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
212 final String bidiFormattedName = bidiFormatter.unicodeWrap(
/packages/services/Telecomm/src/com/android/server/telecom/ui/
H A DMissedCallNotifierImpl.java435 BidiFormatter bidiFormatter = BidiFormatter.getInstance();
436 return bidiFormatter.unicodeWrap(handle, TextDirectionHeuristics.LTR);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFragment.java1571 final BidiFormatter bidiFormatter = BidiFormatter.getInstance();
1572 final String formattedName = bidiFormatter.unicodeWrap(

Completed in 2376 milliseconds