• Home
  • History
  • Annotate
  • only in /packages/apps/Contacts/tests/src/com/android/contacts/widget/
History log of /packages/apps/Contacts/tests/src/com/android/contacts/widget/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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
ompositeListAdapterTest.java
3e435f0e724cb3e88efce15f760e59b9bc08f0d3 12-Jun-2012 Chiao Cheng <chiaocheng@google.com> Change usages of com.google.android to com.google.common.

The people app contains usages of both com.google.android and com.google.common.
Changing code to use the later guava library since it will be needed to unbundle
the app in the future.

Change-Id: I2700126e020166ea1bbbd87c40e77428efde41f3
ompositeListAdapterTest.java
072d91171c749f43b64900118e6f4dcbdd7b1097 10-Jan-2011 Dmitri Plotnikov <dplotnikov@google.com> Adding mock shared preferences

Change-Id: I1af7cb97703191ce016a936fd843e1ac73be1022
estLoaderManager.java
4ef95cc3329b4ad9fa450e4090efaad9935d493f 16-Dec-2010 Dianne Hackborn <hackbod@google.com> Prepare for some changes to LoaderManager/Loader.

Sorry it is a bit ugly, it is to allow this change to be
checked in prior to the first stage of the framework change
without breaking the build.

Change-Id: Ic781324da69a06ef30a0b34cd4e16d561c9c7df2
estLoaderManager.java
af1b1020b9701dc838ea6ac741179be8f844b706 13-Dec-2010 Dianne Hackborn <hackbod@google.com> Fix to match framework.

Change-Id: I291d1a7516994b628e8517920b6c68427338a9ce
estLoaderManager.java
dd811207eca9db61b223837a9f44bfc81143cc50 06-Nov-2010 Dianne Hackborn <hackbod@google.com> Follow API change.

Change-Id: I4652ebd2636f9de799d665a5939c3d376a418aaf
estLoaderManager.java
1ec497d4c4c07faeb26ac44524be7941b639d92a 23-Aug-2010 Dmitri Plotnikov <dplotnikov@google.com> Switching to the new location of CompositeCursorAdapter

This class was moved to the android-common static library

Change-Id: I11dfb5461f71499fadc5923a3e85f9794049a184
ompositeCursorAdapterTest.java
ef3f8f045ed4150caa64749742227acd0e6b85d8 27-Jul-2010 Daniel Lehmann <lehmannd@google.com> Replaced Google by Android Open Source project

Change-Id: I41bf58262c5524d19119aa767e6961a46c679611
estLoaderManager.java
eb4a5d0aeb8c7f1bf1c5aba675951006bc3e209c 17-Jul-2010 Dmitri Plotnikov <dplotnikov@google.com> Fixing a broken test

Change-Id: Icced148d376a1e6cd8e810be72b208fa25021b4a
oaderManagingFragmentTestDelegate.java
estLoaderManager.java
4f138ed4f8930227625117821a1c3dc9b6915653 15-Jul-2010 Dmitri Plotnikov <dplotnikov@google.com> Switching to LoaderManager

Change-Id: Ib077c819edfe4f84e53282885c6c304b82c5af9a
oaderManagingFragmentTestDelegate.java
0b976fc26e8eb09919cd24a4e13370d0ddb5ff38 29-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Making a LoaderManagingFragment testable

Change-Id: Ie7da83a96dd4be34637efcc3c885e2889fede2ff
oaderManagingFragmentTestDelegate.java
e358437074b1a6f5755ffb49909a121a2ef65615 02-Jun-2010 Dmitri Plotnikov <dplotnikov@google.com> Introducing CompositeCursorAdapter

Change-Id: Id3b33c0c4fe0cd21ff33c7439e23c95e1d970a34
ompositeCursorAdapterTest.java
54d716f3ac9969d3126b878250d41f6fef472a47 22-Apr-2010 Dmitri Plotnikov <dplotnikov@google.com> Introducing CompositeListAdapter and SingleItemAdapter

Change-Id: I37fba4dad2e4a6fdbc07c6cb4956b1e7d0cbc101
ompositeListAdapterTest.java