HomeSort by relevance Sort by last modified time
    Searched full:email (Results 401 - 425 of 642) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 80 import android.provider.ContactsContract.CommonDataKinds.Email;
316 // email lookup doesn't included HAS_PHONE_NUMBER in projection
707 if (intent.hasExtra(Insert.EMAIL)) {
710 mInitialFilter = intent.getStringExtra(Insert.EMAIL);
3164 String email = cursor.getString(SUMMARY_SNIPPET_DATA1_COLUMN_INDEX); local
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 411 String email = DERIA5String.getInstance(o, true).getString(); local
413 CertPathValidatorUtilities.checkPermittedEmail(permittedSubtreesEmail, email);
414 CertPathValidatorUtilities.checkExcludedEmail(excludedSubtreesEmail, email);
    [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
Tags.java 37 public static final int EMAIL = 0x02;
234 public static final int EMAIL_PAGE = EMAIL << PAGE_SHIFT;
508 // 0x02 Email
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 677 // "foo+caf_=6505551212=tmomail.net@gmail.com", which is the 'from' address from a forwarded email
    [all...]
  /external/gtest/include/gtest/
gtest_pred_impl.h 69 // Please email googletestframework@googlegroups.com if you need
  /external/jdiff/src/jdiff/
JDiff.java 280 /** Contact email address for the primary JDiff maintainer. */
  /external/openssl/crypto/x509/
x509_trs.c 84 {X509_TRUST_EMAIL, 0, trust_1oidany, "S/MIME email", NID_email_protect, NULL},
  /external/webkit/WebCore/html/
HTMLInputElement.h 57 EMAIL,
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 27 * events and text, such as digital, email addresses, CJK characters, other
  /frameworks/base/docs/html/guide/appendix/faq/
security.jd 118 <li>impersonates the user (such as by sending email or buying things from a
  /frameworks/base/docs/html/resources/articles/
live-folders.jd 8 bookmarks, email, playlists, an RSS feed, and so on. The possibilities are
  /frameworks/base/docs/html/resources/faq/
security.jd 118 <li>impersonates the user (such as by sending email or buying things from a
  /frameworks/base/docs/html/sdk/
android-2.2-highlights.jd 102 <p><span class="green">Global Address Lists look-up</span> is now available in the Email
  /packages/apps/Calendar/res/values-it/
strings.xml 64 <string name="hint_attendees" msgid="6036653711383143333">"Indirizzi email"</string>
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 80 loadTestPhoto()).email("foo@acme.com").build();
  /development/scripts/app_engine_server/
memcache_zipserve.py 31 import email.Utils namespace
501 #self.response.headers['Expires'] = email.Utils.formatdate(
  /external/dbus/doc/
dbus-faq.xml 19 <email>hp@pobox.com</email>
  /external/iproute2/doc/actions/
actions-general 80 I dont see much value in the other hooks, if you see it and email me good
246 Its easy. Either look at the code or send me email. I will document at
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 423 # Set to "EMail" to also include a mailto: link to the ServerAdmin.
424 # Set to one of: On | Off | EMail
  /external/webkit/WebKit/gtk/po/
webkit.pot 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  /external/wpa_supplicant/
config_ssid.h 384 * Example: EMAIL:server@example.com
387 * Following types are supported: EMAIL, DNS, URI
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 197 * Example: EMAIL:server@example.com
200 * Following types are supported: EMAIL, DNS, URI
  /packages/apps/Contacts/res/values-el/
strings.xml 184 <string name="add_contact_dlg_message_fmt" msgid="7986472669444326576">"???????? ??? \"<xliff:g id="EMAIL">%s</xliff:g>\" ???? ???????"</string>
    [all...]
  /packages/apps/Contacts/res/values-ja/
strings.xml 184 <string name="add_contact_dlg_message_fmt" msgid="7986472669444326576">"<xliff:g id="EMAIL">%s</xliff:g> ????????????"</string>
330 <string name="email" msgid="5668400997660065897">"???"</string>
    [all...]
  /packages/apps/Contacts/res/values-ko/
strings.xml 184 <string name="add_contact_dlg_message_fmt" msgid="7986472669444326576">"\'<xliff:g id="EMAIL">%s</xliff:g>\'?(?) ???? ????????"</string>
330 <string name="email" msgid="5668400997660065897">"???"</string>
    [all...]

Completed in 207 milliseconds

<<11121314151617181920>>