History log of /packages/apps/Contacts/src/com/android/contacts/widget/CompositeListAdapter.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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