History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/testing/InjectedServices.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
88bede3df22a27296afcec83c2f2f430d1bc1372 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken Contacts tests

Fix broken dependencies on InjectedServices because its name space
was conflicting with the TestCommon package in ContactsCommon

After rebuilding both ContactsCommon and Contacts, you might have to
clear out your data/app folder by doing

adb root; adb remount; adb shell
cd data/app
rm *.*

and then doing adb sync again

Change-Id: Ie67ef6fbba14768cb37f76dfd3c52dd343ed478c
/packages/apps/ContactsCommon/src/com/android/contacts/common/testing/InjectedServices.java
c9ab53284252c67011dd10aef850a568e5aa614c 29-May-2014 Ed Heyl <edheyl@google.com> Fix build breakage: Revert "Fix broken Contacts tests"

This reverts commit dca4d855aac546f0969113d611355aaf3a698656.

Change-Id: If68bf7fd2191c8403b8e3fe18d22610fc96dab4a
/packages/apps/ContactsCommon/src/com/android/contacts/common/testing/InjectedServices.java
dca4d855aac546f0969113d611355aaf3a698656 28-May-2014 Yorke Lee <yorkelee@google.com> Fix broken Contacts tests

Fix broken dependencies on InjectedServices because its name space
was conflicting with the TestCommon package in ContactsCommon

After rebuilding both ContactsCommon and Contacts, you might have to
clear out your data/app folder by doing

adb root; adb remount; adb shell
cd data/app
rm *.*

and then doing adb sync again

Change-Id: Iabbe19b4a40d3ec76c410c0352ea48ba9e344a34
/packages/apps/ContactsCommon/src/com/android/contacts/common/testing/InjectedServices.java