History log of /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ce741bd427fbbb10f517684652ee00050ab920dc 12-Nov-2015 Brandon Maxwell <maxwelb@google.com> Fixing/suppressing failing tests

Bug: 25443544
Change-Id: I6db6e427296597b352e61d44100dbbc00687684d
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
a841e83d7b513e31181fd7e9b01aabeedacfecea 29-Oct-2015 Yorke Lee <yorkelee@google.com> Point to correct R file in ContactsCommon tests

Change-Id: I348dc6a782191e353b19a8a81f384b30859288e0
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
950665abafe4cca4102fc477614570c29debf855 23-Oct-2015 Brandon Maxwell <maxwelb@google.com> Fixing refresh bug with ContactsPreferences

Observed: ContactsPreferences would detect that SharePreferences had
changed, but wouldn't update its cached values. This resulted in the
initial cached values always getting returned, regardless of what value
was stored in SharedPreferences.

Change-Id: Ide596dc8a7e4612748531b139bcb6438590a3977
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
5a1585626866ec41e0ab21f05d52e504fe4b960d 23-Oct-2015 Brandon Maxwell <maxwelb@google.com> Revert "Fixing refresh bug with ContactsPreferences"

This reverts commit cfaee482a616fb8a50fc16cad62cefab5efd72bd.

Change-Id: I93f6fc9a9dbd5546495a1187011234a569582077
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
cfaee482a616fb8a50fc16cad62cefab5efd72bd 23-Oct-2015 Brandon Maxwell <maxwelb@google.com> Fixing refresh bug with ContactsPreferences

Observed: ContactsPreferences would detect that SharePreferences had
changed, but wouldn't update its cached values. This resulted in the
initial cached values always getting returned, regardless of what value
was stored in SharedPreferences.

Change-Id: Ie11e1e655ccdeb344a99b8eff02d81f56dad2c18
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
3b1f640c9b2c0c98de0719af79fc02c022833883 29-Aug-2015 Jay Shrauner <shrauner@google.com> Build fix

Use getInstrumentation().getTargetContext() to get test app context.

Bug:23642167
Change-Id: I41d6ad5c2cdc2f0668d748b713ff899c8c56ebdc
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
5c59ffa9423c49fe149719510dbc2bb3bed946fb 28-Aug-2015 Jay Shrauner <shrauner@google.com> Unbundled build fixes for tests

Build tests against current SDK. Make local copy of LaunchPerformanceBase.
Use android-support-test instead of android.test.runner. Use public APIs
for querying ContentProviderOperation type.

Bug:23642167
Change-Id: Id9798146801b1676b222bdd4d9240371f70c41d2
(cherry picked from commit b3a146cc554df8c9965c79af32f2b56fbce01ba0)
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
1933d442ccda2b1561c47085bb205d29dcaf418a 10-Jul-2015 Walter Jang <wjang@google.com> Fix broken contacts common unit tests

* Brian informs me that he (or Makoto) changed the
external account type constructor to not abort
if it doesn't parse the xml so I updated the test
for unknown packages to expect to get initialized.

* Looks like an omission that SIP address does not
have a maxOccurs set to 1 when initilized. I tried
to change the test data file contacts_fallback.xml
to not include a maxOccurs attr but it needs one
and it must be set to 1.

Bug 15413731

Change-Id: I4a8a297799686885eaa64868a2b8c0f25c177f4b
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
a167ed2b5228f0d02165173de47f87416e655c55 06-Dec-2012 Yorke Lee <yorkelee@google.com> Remove dead code

Bug: 6148388
Change-Id: I5b08d6534a794361e67ba2ad72148fed10a5b148
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java
273399bf829133a8385332ad43add3c34c889102 14-Nov-2012 Chiao Cheng <chiaocheng@google.com> Move dependencies of AccountTypeManager into ContactsCommon.

Moving dependencies in preparation to move AccountTypeManager.

Bug: 6993891
Change-Id: I10893209986efd288315dc6b51c7971838ac3923
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ExternalAccountTypeTest.java