History log of /packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3555dc03bf2243dc275c9c832702abbee3b64387 20-Feb-2014 Jerry Xie <jjx@google.com> Add @SmallTest annotation to test classes so they get run in continuous

Change-Id: Ieb0e3af146a6668c813ff16a718221eae61e8e01
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
17d3a29c9d8f7a27c463239f190bdcc4e0804527 27-Nov-2013 Jerry Xie <jjx@google.com> Get Email units to compile

Change-Id: I171a0e2421c5006d9862ad94f886932146547020
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
36d3dfaeac1a80561ef41a78ecc9bf3583d0ca7b 11-Jun-2010 Makoto Onuki <omakoto@google.com> Extract MockVendorPolicy, add standard mechanism to inject it.

One thing that bothers me regarding the new ImapStore is that there is no
tests to verify if the way how getImapId() uses a vendor policy hasn't changed.
This part is hard to test with a real vendor policy, and it can easily be
overlooked even if it's broken.

This CL offers ImapStoreUnitTests a way to test the interaction between
getImapId() and a vendor policy.

Also fixed a bug in VendorPolicyLoaderTest where it assumed the test apk
package name is "com.android.email.tests", but it may actually be
"com.google.android.email.tests" now. (Broken since the test makefile
used inherit-package.)

Change-Id: I8feb616ea28cb5cae5b4fba57e363771014ac599
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
9f73249031303856670651305adff255a00918b7 04-Mar-2010 Andrew Stadler <stadler@android.com> Continuing work on account migration

* Prune all folders, messages & attachments that won't migrate
* Clean up SSL/TLS values for better connection results & security
* Move account setup lookup code to AccountSettingsUtils to share it
* Cleanup config/auto-rotation settings to prevent relaunch of
auto-discover or account check (from exchange).
* A couple of other very small fixes

Bug: 2065528
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
d6d843a10b94ed2fa77a69753096690e47a120b2 19-Feb-2010 Makoto Onuki <omakoto@google.com> Don't use hardcoded package name.

Bug 2454892
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
0434fef1f6706a0a6fc53b499f3e982f70d7142d 02-Feb-2010 Andrew Stadler <stadler@android.com> Fix crash in VendorPolicyLoader

* Create unit test to reproduce crash
* Fix handling of empty bundle (the default return value)
* Clean up some exception handling in the policy module loader, which
reduces some unneeded logging.

Bug: 2413388
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
ecb1af804144689d4ead96a247b565f9b4eb8160 02-Feb-2010 Andrew Stadler <stadler@android.com> Finish up IMAP ID implementation

* scrub all external strings to keep them compliant for IMAP protocol
* move Build.MODEL to x-android-device-model
* send x-android-mobile-net-operator
* send AGUID
* unit tests for above
* retrieve providers from VendorPolicyLoader

Bug: 2332183
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java
f613489663cdc5df71b029dfcec5fd3c5173a549 27-Jan-2010 Makoto Onuki <omakoto@google.com> Add "vendor policy" loader, and alternate exchange descriptive text.

- Dynamically switch to the alternate exchange strings to substitute overlays.
- Added the mechanism to load the "vendor policy", which tells you when the
alternate strings should be used.

Bug: 2382710
/packages/apps/Email/tests/src/com/android/email/VendorPolicyLoaderTest.java