Home | History | Annotate | Download | only in activity

Lines Matching refs:senderPersonal

690             final String senderPersonal = senderEmail.getPersonal();
691 if (!TextUtils.isEmpty(senderPersonal)) {
692 intent.putExtra(ContactsContract.Intents.Insert.NAME, senderPersonal);