History log of /packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
992f371d37da0f3e444c5a2cdcd2681a15dcb183 29-Jun-2012 Marc Blank <mblank@google.com> Manual merge of Exchange from jb-ub-mail

Change-Id: I326e5dc720dc29b510764142ec84770c46880429
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
1010fce96a725642e0510e42beb0db9e83ebca9f 11-May-2012 Marc Blank <mblank@google.com> Remove Exchange1 files

Change-Id: I8f768531ddafb5343571c96ed131aab3c9b1d0bb
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
3ba50d433ee89b252cd1dd9fd3eee1f2baa3945b 29-Apr-2011 Marc Blank <mblank@google.com> Exchange support for rework of security policy code

Change-Id: I457568f648a73a2ac97216b621fb6357248f2fdf
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
604a1cf6f2401d78f57edcfb702d560d9c80dd14 16-Mar-2011 Marc Blank <mblank@google.com> Add @SmallTest, @MediumTest annotations to Exchange tests

Bug: 4102002
Change-Id: I00ce41e199cc729eec1c740c18f70f57afa2f08d
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
c8e4352ea6cfa67f15140512e84af8ccede222d2 15-Feb-2011 Marc Blank <mblank@google.com> Separate Exchange application

* Clean up AndroidManifest, Android.mk, and proguard.flags
* Refactor to use emailcommon
* Remove Email app code/resources (note: this CL starts from the
single Email application)
* Update Exchange unit tests to use EmailProvider "live" and
clean up after itself
* All unit tests pass

Bug: 3442973
Change-Id: Iced00ae546dd4ddb9a66e297d3ac2dc2977e20eb
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
e281e4f35d0e2f728e69e380692e244319b0d21b 09-Feb-2011 Marc Blank <mblank@google.com> Email split, part deux: PolicyService

* Split PolicySet from SecurityPolicy and move to emailcommon
* Define PolicyService that sync adapter services can use to
interact with the Email DPM administrator
* Implement PolicyServiceProxy for exchange
* Implement PolicyService in email
* Modify imports, references, etc. as required

Bug: 3442973

Change-Id: I92015e21f780a68754b318da89fbb33570f334a2
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
2425b2a8cebb328939bf47cfce9109133fd2c24f 22-Sep-2010 Andy Stadler <stadler@android.com> Fix test failures

Methods were used by tests only and being stripped by PG.

Bug: 2894378
Change-Id: Ieb1dd0daa8bd380c66a7b1e6151c5e5b22cbe38c
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
2b9c021f20f1fd03587b08c9556f4a9062662580 14-Jun-2010 Marc Blank <mblank@google.com> Backport: Handle "Allow non-provisionable devices" properly

* Backport from master branch
* Send policy key of "0" when validating; this gets us the policies
even if "Allow..." is enabled (currently, we simply don't see the
policies)
* If we don't support all of the policies, send back the response
code indicating support for partial support. If we get a positive
response back, then we're good to go - the server allows devices
with partial support. Otherwise, we fail as we always have - with
the toast indicating that the device doesn't support required
policies
* Remove PolicySet.isSupported() and ensure proper field ranges
within the constructor
* Update tests as appropriate

Bug: 2759782
Change-Id: Ida5663a9b35c75ecc61a5f442be0bd60b433cb73
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java
b37fc8b9b5f8d1806252051b823bbd1e887f482c 11-Feb-2010 Marc Blank <mblank@google.com> Add support for Exchange 2003 provisioning

* Provisioning for Exchange 2003 and Exchange 2007 now supported
* Added end-to-end test of Exchange 2003 provisioning parser

Change-Id: I1f86f2909351a8220b963551cd33fecdf59a7e26
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ProvisionParserTests.java