Searched defs:bidiFormatter (Results 1 - 6 of 6) 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/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
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
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
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...]

Completed in 88 milliseconds