History log of /packages/apps/ContactsCommon/src/com/android/contacts/common/model/AccountTypeManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
612b408f55e4a42635925c52f93c4b8f1a0916a7 02-Jul-2014 Ihab Awad <ihab@google.com> Fix references to two constants

The names of two constants missed getting updated in a previous CL,
causing a build breakage.

Change-Id: I2dec3d91f79aa74f24d84324569cda95c7e455c4
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/AccountTypeManager.java
ad12d04e15a8a66c43893fb29cf08649bd0b675e 01-Jul-2014 Ihab Awad <ihab@google.com> Rename Telecomm "Subscription" to "Account" (2/7)

Change-Id: I73cd3d1a2e7ae12f2e8d94f0a093c6d91bf7c912
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/AccountTypeManager.java
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/model/AccountTypeManager.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/model/AccountTypeManager.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/model/AccountTypeManager.java
f82484911e8dcefb720ca834f79bf17dfba355df 30-Apr-2014 Brian Attwell <brianattwell@google.com> Remove "TODO use syncadapter package instead"

Change-Id: Id8c082c5e9fbaf6be9317b52999776a751abecfa
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/AccountTypeManager.java
0543dbe1113dca036da00124513eeb8f922c94cb 30-May-2013 Jay Shrauner <shrauner@google.com> Use ContentResolver instead of IContentService

Switch to using public ContentResolver calls (needed for unbundling).

Bug: 6948882
Change-Id: I4affb6aaa14b670861c9b739b6b4bb457699985f
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/AccountTypeManager.java
ffc4741fb2eeef40c5a5c4674663565e6420035c 12-Dec-2012 Chiao Cheng <chiaocheng@google.com> Log clean-up.

Bug: 5571947
Change-Id: I958311b44739fe8fedeb5fea0dd8e507837d8e31
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/AccountTypeManager.java
2b729670f9b5b392929102e109dcd7a2ae732508 27-Nov-2012 Chiao Cheng <chiaocheng@google.com> Move AccountTypeManager to ContactsCommon.

Moving AccountTypeManager to ContactsCommon so it can be shared by Contacts
and Dialer.

Bug: 6993891
Change-Id: If8bc8137b0b5800f21ee46aa4027b79e0048d32e
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/AccountTypeManager.java