History log of /packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bb8718b04da174f3642fbdcefea0fee6086db3d 22-Aug-2016 Walter Jang <wjang@google.com> Replace @NeededForTesting w/ proguard keep flags (1/2)

* Replace -keep of entire c.a.c.common package
with individual classes
* Remove all use of @NeededForTesting annotations
(and the file itself since @VisibleForTesting
accomplishes the same thing)

Test: Ran user build ContactsTests on Nexus 5 MOB30H

Bug: 30976481

Change-Id: I8d9a4d6b3409a159a108b39c1c4837a19e2325ca
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
7039633999b3a46a87c851fa06d9168897ccc54b 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken contacts tests

Change-Id: Ie9c803ede45b300f20a03a25d6a646cd6eb1f39e
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
28daa7d3e7f81e92ebc134b19ae7fe2d902aa531 29-May-2014 Ed Heyl <edheyl@google.com> Fix build breakage: Revert "Fix broken contacts tests"

This reverts commit 90ef577763f3ccb2d43fda1d21c62533acbbecdb.

Change-Id: If98147879e1658c3a48d04b855c033d191fec2f6
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
90ef577763f3ccb2d43fda1d21c62533acbbecdb 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken contacts tests

Change-Id: I0edda45234edb7fe4e322138ad48af426133634f
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
428f008513d1591cc08fcfe2cf0c9237fb313241 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: I804cdbe64b9b8111ed286037943d593e11dc4044
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
e0b2f1e2d01d1ac52ba207dc7ce76971d853298e 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Global import order fix.

Changed import order to be in accordance with style guide:
http://source.android.com/source/code-style.html#order-import-statements

Static imports will be placed at the top since most existing files used that
convention. It is also a style that can be handled by both eclipse and intellij.

Change-Id: Ia7013c7a2d88e5fefb8f4975d121f7fcd3fcc462
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
a0290a4baab4297303cab3664c7abfd548f2e301 27-Jan-2012 Makoto Onuki <omakoto@google.com> Fix proguard flags

Removed problematic *ForTest and use NeededForTesting instead.

Change-Id: I61517b6ea30da2461f541ceca19f04f24f8624da
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
37a2684d1e47f6d78d757c437a187548f242ee13 27-Jun-2011 Flavio Lerda <flerda@google.com> Fixes tests on userdebug builds.

A number of tests are currently failing on userdebug builds because they
refer to methods that are used only in tests and proguard striped these
methods when building the application APK.

This change adds the VisibleForTesting annotation to all such methods.

Bug: 4901489
Bug: 4902483
Change-Id: Ic7c51ef5b77f4f2d2af39cdafbf8e2e37260644b
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
54d716f3ac9969d3126b878250d41f6fef472a47 22-Apr-2010 Dmitri Plotnikov <dplotnikov@google.com> Introducing CompositeListAdapter and SingleItemAdapter

Change-Id: I37fba4dad2e4a6fdbc07c6cb4956b1e7d0cbc101
/packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java