History log of /packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9250f4787222f8bc3afe539a2f351fd8d9875fba 09-Jun-2014 James Lemieux <jplemieux@google.com> Unit Tests for serialization of Account and HostAuth objects

b/14998528

These are particularly important since they are stored in JSON form within the
Account Manager, so maintaining backward compatibility when future changes are
introduced is crucial.

Change-Id: I51333a364726a4c7e2fe88ee888e8c4cc11d962f
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
9b8dafe23aed2c50cab349aec0e20c3a7a28ec31 16-May-2014 Tony Mantler <nicoya@google.com> Add test for HostAuth parceling

b/14998526

Change-Id: Ic92424f6f2fc2eec261e2ce91158cc396eb24ffc
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
951eb080f98e86d50cb549ee52fb72d8f07196c3 28-Feb-2014 Tony Mantler <nicoya@google.com> Fix tests

b/13244976

Change-Id: I8aa00e32b1a2155242ed30a61b27db16fe15b605
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
7037a0bd3d8e925a9115f475f5c0d05ddae2eeee 17-Dec-2013 Jerry Xie <jjx@google.com> Disable, suppress, remove broken and obsolete Email tests

Change-Id: Ia4dcba1c6966f23dd2a15e69324b7345aed8f944
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
85e4c101b014857fe40f87c3837b82564cfc5b6c 08-Jun-2011 Marc Blank <mblank@google.com> Remove storeUri's except during auto-setup

* Remove per-store limitations
* Use constants for VISIBLE_WINDOW, rather than having the
potential for differences between Stores

Change-Id: Idd5e0874bba6e3390e4f093bcb03f4b1bb399c11
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
724c3a81cd3649b48ab47c6e49cb42f73f20c815 08-Jun-2011 Ben Komalo <benkomalo@google.com> Introduce scheme name escaping in SSLUtils.

Change-Id: I73f19e7d40d0b19dfd41cfaf7db0879ef2e3a3ea
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
313586c8eb4e23ceec068b82f3dc0be1c8a7045f 07-Jun-2011 Ben Komalo <benkomalo@google.com> Introduce client cert alias for HostAuth.

Some email servers require client certificates to be presented to
establish an SSL connection. While this certificate will be maintained
by the system key store, we need to store the "alias" of the certificate
stored in that system store.

Wiring up to use the actual alias will be done in future CL's. It is
currently unused.

Change-Id: I8d1290151342daea9ceb0df8a4088405b44faa81
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
12b82d9374947c9268217f45befe8a74bd9b60d7 20-May-2011 Ben Komalo <benkomalo@google.com> Move HostAuth to top level class.

No other changes made.

Change-Id: I1c6497c98abc0f99443ea42d8aed6295b263c123
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java
fe68c0e7c2672e09076038b36ad24f095633d313 17-Feb-2011 Todd Kennedy <toddke@google.com> Use HostAuth to determine settings changes

There were two TODO's from a prior CL where deprecated HostAuth methods
were removed.

1. Do not use a generated URI to determine if account settings have changed.
Instead, use the HostAuth structure for this purpose.
2. The account key in the HostAuth structure has been deprecated. Remove as
much of it as possible (until the schema of the host auth database changes,
we must still refer to it when adding rows).

In the process, HostAuth tests were broken out into a separate unit test
file.

Change-Id: I4075da09af168f734db7b20a9ef63d4178ac2064
/packages/apps/Email/tests/src/com/android/emailcommon/provider/HostAuthTests.java