Searched refs:toAddress (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContent.java | 826 String toAddress, ccAddress, bccAddress; in getRecipientNameEmail() local 827 toAddress = c.getString(fi.mMessageColToAddress); in getRecipientNameEmail() 832 if (toAddress != null) { in getRecipientNameEmail() 833 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(toAddress); in getRecipientNameEmail() 910 String toAddress, ccAddress, bccAddress; in getRecipientAddressingEmail() local 911 toAddress = c.getString(fi.mMessageColToAddress); in getRecipientAddressingEmail() 916 if (toAddress != null) { in getRecipientAddressingEmail() 917 Rfc822Token[] tokens = Rfc822Tokenizer.tokenize(toAddress); in getRecipientAddressingEmail()
|
D | BluetoothMapContentObserver.java | 2774 public long sendMmsMessage(String folder, String toAddress, BluetoothMapbMessageMime msg, in sendMmsMessage() argument 2789 long handle = pushMmsToFolder(Mms.MESSAGE_BOX_DRAFTS, toAddress, msg); in sendMmsMessage() 2859 private long pushMmsToFolder(int folder, String toAddress, BluetoothMapbMessageMime msg) { in pushMmsToFolder() argument 2898 recipients.addAll(Arrays.asList(toAddress)); in pushMmsToFolder() 3059 values.put(Mms.Addr.ADDRESS, toAddress); in pushMmsToFolder()
|
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
D | ComposeActivity.java | 389 public static void composeToAddress(Context launcher, Account account, String toAddress) { in composeToAddress() argument 390 launch(launcher, account, null, COMPOSE, toAddress, null, null, null, in composeToAddress() 467 String toAddress, String body, String quotedText, String subject, in launch() argument 479 if (toAddress != null) { in launch() 480 intent.putExtra(EXTRA_TO, toAddress); in launch()
|