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

1 2 3 4 5 6 7 8 91011>>

  /build/target/product/
sdk.mk 27 Email \
  /development/pdk/docs/porting/
instrumentation_framework.jd 74 String email, int emailType){
92 //Add Email
97 values.put(ContactMethods.DATA, email);
118 //Check email is saved
  /external/bluetooth/glib/docs/reference/glib/tmpl/
base64.sgml 14 for email.
  /external/bluetooth/glib/docs/reference/gobject/
glib-genmarshal.xml 339 <email>timj@gtk.org</email>.
342 This manual page was provided by Tim Janik <email>timj@gtk.org</email>.
  /frameworks/base/tools/localize/
ValuesFile_test.cpp 35 " <item>Email</item>\n"
  /packages/apps/Browser/tests/
AndroidManifest.xml 30 the package of com.android.email. To run the tests use the command:
  /packages/apps/Email/src/com/android/email/
FixedLengthInputStream.java 17 package com.android.email;
PeekableInputStream.java 17 package com.android.email;
GroupMessagingListener.java 17 package com.android.email;
19 import com.android.email.mail.Message;
20 import com.android.email.provider.EmailContent;
  /packages/apps/Email/src/com/android/email/activity/
FolderMessageList.java 17 package com.android.email.activity;
MessageList.java 17 package com.android.email.activity;
19 import com.android.email.Controller;
20 import com.android.email.Email;
21 import com.android.email.R;
22 import com.android.email.Utility;
23 import com.android.email.activity.setup.AccountSecurity;
24 import com.android.email.activity.setup.AccountSettings;
25 import com.android.email.mail.AuthenticationFailedException;
26 import com.android.email.mail.CertificateValidationException
    [all...]
  /packages/apps/Email/src/com/android/email/mail/
Flag.java 17 package com.android.email.mail;
  /packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java 22 import com.android.email.Email;
23 import com.android.email.mail.transport.LoggingInputStream;
88 if (DEBUG_LOG_MESSAGE && Email.DEBUG) {
  /packages/apps/Email/tests/src/com/android/email/
GroupMessagingListenerUnitTests.java 17 package com.android.email;
AccountBackupRestoreTests.java 17 package com.android.email;
19 import com.android.email.provider.EmailContent;
20 import com.android.email.provider.EmailProvider;
21 import com.android.email.provider.ProviderTestUtils;
310 backup.mEmail = "email " + name;
  /packages/apps/Email/tests/src/com/android/email/mail/
MockFolder.java 17 package com.android.email.mail;
  /packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeHeaderUnitTests.java 17 package com.android.email.mail.internet;
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 178 case EMAIL:
232 case EMAIL:
260 case EMAIL:
317 case EMAIL:
353 case EMAIL:
392 case EMAIL:
439 case EMAIL:
475 case EMAIL:
539 case EMAIL:
593 case EMAIL
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
activity_task_design.jd 110 of applications that may include email, calendar, browser, maps, text
202 Email - activities to view folders, view list of messages,
275 contacts can continue, by choosing an email address, to an email
277 from. Contacts, email and picture gallery are all separate
300 View a YouTube video and share it by email with someone else
329 address in an email starts the Maps activity as a new task, and
330 choosing a link in an email starts the Browser activity as a new
332 activity in a different task (Email), because it was not started from
357 the user action of going Home and touching the Email icon launches th
    [all...]
  /external/quake/quake/src/WinQuake/docs/
README.X11 90 will be deleted. Do not email id about this product. If you are having
91 technical difficultly, you can email me, but make sure you have the correct
92 kernel, libc, svgalib and other software versions before you email me.
readme.squake 110 will be deleted. Do not email id about this product. If you are having
111 technical difficultly, you can email me, but make sure you have the correct
112 kernel, libc, svgalib and other software versions before you email me.
  /external/tcpdump/
sctpHeader.h 35 * Please send any bug reports or fixes you make to one of the following email
38 * rstewar1@email.mot.com
40 * qxie1@email.mot.com
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 86 /* Email Address Edit Text */
90 /* Email Subject Text */
94 /* Email Content Edit Text */
  /packages/apps/Email/res/layout/
message_compose.xml 29 <com.android.email.activity.AddressTextView
39 <com.android.email.activity.AddressTextView
50 <com.android.email.activity.AddressTextView
  /external/openssl/crypto/x509v3/
v3_utl.c 72 static int append_ia5(STACK **sk, ASN1_IA5STRING *email);
518 ASN1_IA5STRING *email; local
521 /* Now add any email address(es) to STACK */
527 email = X509_NAME_ENTRY_get_data(ne);
528 if(!append_ia5(&ret, email)) return NULL;
544 static int append_ia5(STACK **sk, ASN1_IA5STRING *email)
548 if(email->type != V_ASN1_IA5STRING) return 1;
549 if(!email->data || !email->length) return 1;
553 if(sk_find(*sk, (char *)email->data) != -1) return 1
    [all...]

Completed in 144 milliseconds

1 2 3 4 5 6 7 8 91011>>