HomeSort by relevance Sort by last modified time
    Searched refs:Email (Results 126 - 150 of 153) sorted by null

1 2 3 4 56 7

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 51 import android.provider.ContactsContract.CommonDataKinds.Email;
    [all...]
ContactsProvider2.java 77 import android.provider.ContactsContract.CommonDataKinds.Email;
637 * Sorting order for email address suggestions: first starred, then the rest.
643 * (Super)primary email address is returned before other addresses for the same contact.
6443 String email = uri.getLastPathSegment(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 51 import android.provider.ContactsContract.CommonDataKinds.Email;
326 Phone.CONTENT_ITEM_TYPE, SipAddress.CONTENT_ITEM_TYPE, Email.CONTENT_ITEM_TYPE,
703 // Only allow primary support for Phone and Email content types
706 } else if (Email.CONTENT_ITEM_TYPE.equals(selectedMimeType)) {
1932 final EmailDataItem email = (EmailDataItem) dataItem; local
    [all...]
  /external/libunwind/doc/
libunwind-dynamic.tex 397 Email: \Email{dmosberger@gmail.com}\\
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java 49 * queried by email or by phone number.
100 query = Queries.EMAIL;
157 matchesNotFound, Queries.EMAIL, callback, permissionsCheckListener);
270 * results is just the email address, and the other has a name and photo, so we want
290 * Given two {@link RecipientEntry}s for the same email address, this will return the one that
401 projection = Queries.EMAIL.getProjection();
404 uri = Queries.EMAIL.getContentUri();
413 desiredMimeType = ContactsContract.CommonDataKinds.Email.CONTENT_ITEM_TYPE;
  /device/google/marlin/common/
base.mk 643 Email \
  /frameworks/base/core/java/android/provider/
ContactsContract.java 67 * as a phone number or email addresses. The set of data kinds that can be
151 * For example, in an email composition screen, its implementation can specify an account when
168 * include persons contacted via phone (not email, sms, etc.)
191 * {@link CommonDataKinds.Email#CONTENT_URI Email.CONTENT_URI}, and
268 * in email and phone lookup functionalities, it should also implement
269 * {@link CommonDataKinds.Email#CONTENT_FILTER_URI CommonDataKinds.Email.CONTENT_FILTER_URI}
565 * allow creation of shortcuts for data items like email, phone or postal address,
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
read_test.go 31 </title><link href="http://codereview.appspot.com/126085" rel="alternate"></link><updated>2009-10-04T01:35:58+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:134d9179c41f806be79b3a5f7877d19a</id><summary type="html">
63 </title><link href="http://codereview.appspot.com/124106" rel="alternate"></link><updated>2009-10-03T23:02:17+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:0a2a4f19bb815101f0ba2904aed7c35a</id><summary type="html">
110 Email string `xml:"email"`
140 Name: "email-address-removed",
141 InnerXML: "<name>email-address-removed</name>",
187 Name: "email-address-removed",
188 InnerXML: "<name>email-address-removed</name>",
  /prebuilts/go/linux-x86/src/encoding/xml/
read_test.go 31 </title><link href="http://codereview.appspot.com/126085" rel="alternate"></link><updated>2009-10-04T01:35:58+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:134d9179c41f806be79b3a5f7877d19a</id><summary type="html">
63 </title><link href="http://codereview.appspot.com/124106" rel="alternate"></link><updated>2009-10-03T23:02:17+00:00</updated><author><name>email-address-removed</name></author><id>urn:md5:0a2a4f19bb815101f0ba2904aed7c35a</id><summary type="html">
110 Email string `xml:"email"`
140 Name: "email-address-removed",
141 InnerXML: "<name>email-address-removed</name>",
187 Name: "email-address-removed",
188 InnerXML: "<name>email-address-removed</name>",
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
__init__.py 29 import email
30 import email.Utils
31 import email.Message
32 import email.FeedParser
364 date = calendar.timegm(email.Utils.parsedate_tz(response_headers['date']))
373 expires = email.Utils.parsedate_tz(response_headers['expires'])
420 info = email.Message.Message()
666 auth = dict(Email=credentials[0], Passwd=credentials[1], service=service, source=headers['user-agent'])
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py 31 import email
32 import email.utils
33 import email.message
34 import email.feedparser
293 date = calendar.timegm(email.utils.parsedate_tz(response_headers['date']))
302 expires = email.utils.parsedate_tz(response_headers['expires'])
343 from email.header import Header
366 info = email.message.Message()
636 auth = dict(Email=credentials[0], Passwd=credentials[1], service=service, source=headers['user-agent'])
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 580 // email to the calendar owner display.
599 // Show email account if display name is not unique and
600 // display name != email
601 String email = mCalendarsCursor.getString(CALENDARS_INDEX_OWNER_ACCOUNT); local
602 if (cursor.getCount() > 1 && !calendarName.equalsIgnoreCase(email) &&
603 Utils.isValidEmail(email)) {
604 sb.append(" (").append(email).append(")");
1090 String email = mAttendeesCursor.getString(ATTENDEES_INDEX_EMAIL); local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 499 type = TYPE.EMAIL;// Just used for handle encoding
890 String email = tokens[i].getAddress(); local
910 String email = tokens[i].getAddress(); local
929 String email = tokens[i].getAddress(); local
3861 StringBuilder email = new StringBuilder(""); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h 381 typedef class Email Email;
383 typedef struct Email Email;
769 ADS_EMAIL Email;
    [all...]
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1571 milliseconds

1 2 3 4 56 7