OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:email
(Results
26 - 50
of
642
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/WebCore/manual-tests/
mail-attachments.html
11
<li>create a new
email
12
<li>drag a file to the
email
(make sure to use a > 1 page file, otherwise Mail shows the contents inline)
/packages/apps/Email/src/com/android/email/
EmailAddressValidator.java
17
package com.android.
email
;
19
import com.android.
email
.mail.Address;
VendorPolicyLoader.java
17
package com.android.
email
;
19
import com.android.
email
.activity.setup.AccountSettingsUtils.Provider;
32
* A bridge class to the
email
vendor policy apk.
34
* <p>
Email
vendor policy is a system apk named "com.android.
email
.helper". When exists, it must
35
* contain a class called "com.android.
email
.policy.EmailPolicy" with a static public method
38
* <p>A vendor policy apk is optional. The
email
application will operate properly when none is
42
private static final String POLICY_PACKAGE = "com.android.
email
.policy";
101
Log.w(
Email
.LOG_TAG, "VendorPolicyLoader: " + e);
104
Log.w(
Email
.LOG_TAG, "VendorPolicyLoader: " + e)
[
all
...]
EmailAddressAdapter.java
17
package com.android.
email
;
19
import com.android.
email
.mail.Address;
20
import com.android.
email
.provider.EmailContent.Account;
28
import android.provider.ContactsContract.CommonDataKinds.
Email
;
46
Email
.DATA // 2
73
Uri uri = Uri.withAppendedPath(
Email
.CONTENT_FILTER_URI, Uri.encode(filter));
/external/webkit/WebKitTools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl
38
# 2009-12-22 Alice <alice@
email
.address>
47
# 2009-12-21 Alice <alice@
email
.address>
67
+2009-12-22 Bob <bob@
email
.address>
75
2009-12-22 Alice <alice@
email
.address>
94
2009-12-21 Alice <alice@
email
.address>
114
+2009-12-21 Alice <alice@
email
.address>
132
2009-12-22 Alice <alice@
email
.address>
140
+2009-12-22 Alice <alice@
email
.address>
151
+2009-12-22 Alice <alice@
email
.address>
159
2009-12-22 Alice <alice@
email
.address
[
all
...]
/development/apps/Term/res/drawable/
atari_small_notice.txt
7
COMMENT
Email
to my last name at head.cfa.harvard.edu
/packages/apps/Email/res/xml/
senders.xml
18
This file contains configuration data for commonly-used
email
sender.
22
This file should only be used for
email
store that are considered "universal"
33
<sender scheme="smtp" class="com.android.
email
.mail.transport.SmtpSender" />
34
<sender scheme="eas" class="com.android.
email
.mail.transport.ExchangeSender" />
providers.xml
18
This file contains configuration data for commonly-used
email
providers.
22
This file should only be used for
email
providers that are considered "universal"
34
so that the user can set up their account by simply entering their
email
37
When a user starts this process, the
email
address is parsed, the domain
46
A provider contains the settings for setting up an
email
account
87
specified
email
address.
90
$
email
- the
email
address the user entered
91
$user - the value before the @ sign in the
email
address the user entered
92
$domain - the value after the @ signin the
email
address the user entere
[
all
...]
providers_product.xml
3
Email
providers that are considered "universal" and are appropriate for *all* android
/packages/apps/Email/tests/src/com/android/email/mail/internet/
MimeBodyPartTest.java
17
package com.android.
email
.mail.internet;
19
import com.android.
email
.mail.MessagingException;
20
import com.android.
email
.mail.internet.MimeBodyPart;
21
import com.android.
email
.mail.internet.MimeHeader;
EmailHtmlUtilTest.java
17
package com.android.
email
.mail.internet;
19
import com.android.
email
.mail.Message;
20
import com.android.
email
.mail.MessageTestUtils;
21
import com.android.
email
.mail.MessagingException;
22
import com.android.
email
.mail.MessageTestUtils.MessageBuilder;
23
import com.android.
email
.mail.MessageTestUtils.MultipartBuilder;
24
import com.android.
email
.mail.MessageTestUtils.TextBuilder;
25
import com.android.
email
.mail.store.LocalStore;
26
import com.android.
email
.provider.EmailContent;
27
import com.android.
email
.provider.EmailContent.Account
[
all
...]
/packages/apps/Email/
Android.mk
23
src/com/android/
email
/service/IEmailService.aidl \
24
src/com/android/
email
/service/IEmailServiceCallback.aidl
29
LOCAL_PACKAGE_NAME :=
Email
remove-exchange-support.sh
26
if [[ ! -d src/com/android/
email
/ ]] ; then
27
echo "Run the script in the root of the
email
source tree." 1>&2
32
echo -n "Do you wish to remove exchange support from the
email
app? (y/N):"
/packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java
17
package com.android.
email
.mail.transport;
19
import com.android.
email
.
Email
;
20
import com.android.
email
.mail.Address;
21
import com.android.
email
.mail.AuthenticationFailedException;
22
import com.android.
email
.mail.CertificateValidationException;
23
import com.android.
email
.mail.MessagingException;
24
import com.android.
email
.mail.Sender;
25
import com.android.
email
.mail.Transport;
26
import com.android.
email
.provider.EmailContent.Message
[
all
...]
/packages/apps/Email/tests/src/com/android/email/
AccountTestCase.java
17
package com.android.
email
;
19
import com.android.
email
.provider.EmailProvider;
20
import com.android.
email
.provider.ProviderTestUtils;
21
import com.android.
email
.provider.EmailContent.Account;
48
.getAccountsByType(
Email
.EXCHANGE_ACCOUNT_MANAGER_TYPE);
52
return new android.accounts.Account(username,
Email
.EXCHANGE_ACCOUNT_MANAGER_TYPE);
61
// Note that setupAccount creates the
email
address username@android.com, so that's what
MessagingControllerUnitTests.java
17
package com.android.
email
;
19
import com.android.
email
.mail.MockFolder;
20
import com.android.
email
.provider.EmailContent;
/packages/apps/Email/tests/src/com/android/email/mail/
StoreTests.java
17
package com.android.
email
.mail;
19
import com.android.
email
.
Email
;
41
assertEquals(
Email
.VISIBLE_LIMIT_DEFAULT, info.mVisibleLimitDefault);
42
assertEquals(
Email
.VISIBLE_LIMIT_INCREMENT, info.mVisibleLimitIncrement);
59
assertEquals(
Email
.VISIBLE_LIMIT_DEFAULT, info.mVisibleLimitDefault);
60
assertEquals(
Email
.VISIBLE_LIMIT_INCREMENT, info.mVisibleLimitIncrement);
/packages/apps/Email/src/com/android/email/mail/store/
ExchangeStore.java
17
package com.android.
email
.mail.store;
19
import com.android.
email
.
Email
;
20
import com.android.
email
.ExchangeUtils;
21
import com.android.
email
.mail.AuthenticationFailedException;
22
import com.android.
email
.mail.Folder;
23
import com.android.
email
.mail.MessagingException;
24
import com.android.
email
.mail.Store;
25
import com.android.
email
.mail.StoreSynchronizer;
26
import com.android.
email
.provider.EmailContent.Account
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/
TypePrecedence.java
23
import android.provider.ContactsContract.CommonDataKinds.
Email
;
54
Email
.TYPE_CUSTOM,
55
Email
.TYPE_HOME,
56
Email
.TYPE_WORK,
57
Email
.TYPE_OTHER};
104
} else if (mimetype.equals(
Email
.CONTENT_ITEM_TYPE)) {
/frameworks/base/tests/ImfTest/res/values/
strings.xml
24
<string name="email_address_edit_text_label">
Email
Address</string>
25
<string name="email_subject_edit_text_label">
Email
Subject</string>
26
<string name="email_content_edit_text_label">
Email
Content</string>
/packages/apps/Email/src/com/android/email/activity/
AddressTextView.java
17
package com.android.
email
.activity;
26
import com.android.
email
.R;
30
* (@see TextView.setError) when
email
address validation fails.
/packages/apps/Email/src/com/android/email/mail/internet/
TextBody.java
17
package com.android.
email
.mail.internet;
19
import com.android.
email
.mail.Body;
20
import com.android.
email
.mail.MessagingException;
/external/bluetooth/glib/
MAINTAINERS
10
are technically maintained by others. The
email
addresses listed above are
/external/webkit/WebKitTools/Scripts/webkitpy/steps/
preparechangelog.py
43
Options.
email
,
53
if self._options.
email
:
54
args.append("--
email
=%s" % self._options.
email
)
/packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java
25
import android.provider.ContactsContract.CommonDataKinds.
Email
;
31
// Customized from com.android.
email
.EmailAddressAdapter
45
Email
.DATA // 2
73
Uri uri = Uri.withAppendedPath(
Email
.CONTENT_FILTER_URI, Uri.encode(filter));
Completed in 43 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>