/frameworks/base/core/java/android/widget/ |
QuickContactBadge.java | 29 import android.provider.ContactsContract.CommonDataKinds.Email; 138 * value {@link Email#CONTENT_ITEM_TYPE} can cause emails to be displayed more prominently in 173 /** True if a contact, an email address or a phone number has been assigned */ 205 * Assign a contact based on an email address. This should only be used when 207 * performed to lookup the URI based on the email. 209 * @param emailAddress The email address of the contact. 218 * Assign a contact based on an email address. This should only be used when 220 * performed to lookup the URI based on the email. 222 @param emailAddress The email address of the contact. 226 is not found and the user chooses to add the email address to an existing contact o [all...] |
/packages/apps/Contacts/src/com/android/contacts/ |
SplitAggregateView.java | 23 import android.provider.ContactsContract.CommonDataKinds.Email; 48 * and additional data such as a nickname, email address or phone number, whichever 58 Data.IS_PRIMARY, StructuredName.DISPLAY_NAME, Nickname.NAME, Email.DATA, 69 int EMAIL = 7; 121 String email; field in class:SplitAggregateView.RawContactInfo 133 if (email != null) { 134 return email; 179 } else if (Email.CONTENT_ITEM_TYPE.equals(mimetype)) { 205 if (info.email == null || cursor.getInt(SplitQuery.IS_PRIMARY) != 0) { 206 info.email = cursor.getString(SplitQuery.EMAIL) [all...] |
/packages/apps/Contacts/src/com/android/contacts/list/ |
ContactsIntentResolver.java | 27 import android.provider.ContactsContract.CommonDataKinds.Email; 81 } else if (Email.CONTENT_TYPE.equals(resolvedType)) { 101 } else if (Email.CONTENT_TYPE.equals(resolvedType)) { 147 // or email is specified, in that priority. 152 query = intent.getStringExtra(Insert.EMAIL);
|
/external/libunwind/doc/ |
unw_get_fpreg.tex | 73 Email: \Email{dmosberger@gmail.com}\\
|
unw_get_reg.tex | 73 Email: \Email{dmosberger@gmail.com}\\
|
unw_init_local.tex | 77 Email: \Email{dmosberger@gmail.com}\\
|
unw_init_remote.tex | 75 Email: \Email{dmosberger@gmail.com}\\
|
unw_set_caching_policy.tex | 76 Email: \Email{dmosberger@gmail.com}\\
|
unw_set_fpreg.tex | 75 Email: \Email{dmosberger@gmail.com}\\
|
unw_set_reg.tex | 75 Email: \Email{dmosberger@gmail.com}\\
|
libunwind-setjmp.tex | 83 Email: \Email{dmosberger@gmail.com}\\
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardImporterTests.java | 19 import android.provider.ContactsContract.CommonDataKinds.Email; [all...] |
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/ |
AccountImageHelper.java | 44 ContactsContract.CommonDataKinds.Email.ADDRESS + " LIKE ?";
|
/packages/apps/Email/ |
Android.mk | 17 # Build the Email application itself, along with its tests and tests for the emailcommon 18 # static library. All tests can be run via runtest email 47 LOCAL_AAPT_FLAGS += --extra-packages com.android.ex.chips:com.android.mail:com.android.email:com.android.emailcommon:com.android.ex.photo:android.support.v7.appcompat:android.support.v7.gridlayout:com.android.bitmap:com.android.datetimepicker 61 LOCAL_PACKAGE_NAME := Email
|
/device/sample/apps/SampleEmailPolicy/ |
Android.mk | 17 # This is the makefile for the Email Policy package contained elsewhere in this sample.
|
/frameworks/base/packages/WAPPushManager/tests/ |
Android.mk | 30 # Notice that we don't have to include the src files of Email because, by
|
/frameworks/opt/chips/src/com/android/ex/chips/ |
RecipientEntry.java | 20 import android.provider.ContactsContract.CommonDataKinds.Email; 62 /** Destination for this contact entry. Would be an email address or a phone number. */ 64 /** Type of the destination like {@link Email#TYPE_HOME} */ 67 * Label of the destination which will be used when type was {@link Email#TYPE_CUSTOM}. 227 Email.TYPE_CUSTOM, 242 * i.e. the display name came from an email address or a phone number, we don't use it
|
/packages/apps/BasicSmsReceiver/tests/ |
Android.mk | 27 # Notice that we don't have to include the src files of Email because, by
|
/packages/apps/CellBroadcastReceiver/tests/testapp/ |
Android.mk | 27 # Notice that we don't have to include the src files of Email because, by
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
DataItem.java | 21 import android.provider.ContactsContract.CommonDataKinds.Email; 67 } else if (Email.CONTENT_ITEM_TYPE.equals(mimeType)) {
|
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/ |
DataItem.java | 21 import android.provider.ContactsContract.CommonDataKinds.Email; 64 } else if (Email.CONTENT_ITEM_TYPE.equals(mimeType)) {
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
EmailResultReporter.java | 29 import com.android.tradefed.util.Email; 45 * Subclasses should determine whether an email needs to be sent, and can 48 @OptionClass(alias = "email") 63 description = "The tag to be added to the beginning of the email subject.") 67 + "this option allows to add them to the email body." 80 this(new Email()); 95 * Adds an email destination address. 121 * whether a notification email should be sent for the test results. Presumably, would consider 124 * @return {@code true} if a notification email should be sent, {@code false} if not 131 * A method to generate the subject for email reports. Will not be called i [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
ContactsProvider2Test.java | 42 import android.provider.ContactsContract.CommonDataKinds.Email; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
faqconf.py | 21 OWNEREMAIL = "nobody@anywhere.org" # Email for feedback
368 <TD>Email:
369 <TD><INPUT TYPE=text SIZE=40 NAME=email VALUE="%(email)s">
405 NEED_EMAIL = "<LI>You must enter your email address.\n"
459 Last-Changed-Email: %(email)s
467 Last-Changed-Email: %(email)s
531 <LI>The Email field contains at least an @ character. [all...] |
/packages/apps/Contacts/src/com/android/contacts/editor/ |
AggregationSuggestionEngine.java | 29 import android.provider.ContactsContract.CommonDataKinds.Email; 271 + Email.CONTENT_ITEM_TYPE + "','" 411 } else if (Email.CONTENT_ITEM_TYPE.equals(mimetype)) {
|