am 85628188: Merge change 25244 into eclair

Merge commit '85628188e74c015060e7f315560e659e53294775' into eclair-plus-aosp

* commit '85628188e74c015060e7f315560e659e53294775':
  Flag indicating if Contacts source has any unsynced groups.
This commit is contained in:
Jeff Sharkey
2009-09-15 23:21:45 -07:00
committed by Android Git Automerger

View File

@@ -1685,6 +1685,13 @@ public final class ContactsContract {
*/ */
public static final String UNGROUPED_VISIBLE = "ungrouped_visible"; public static final String UNGROUPED_VISIBLE = "ungrouped_visible";
/**
* Read-only flag indicating if this {@link #SHOULD_SYNC} or any
* {@link Groups#SHOULD_SYNC} under this account have been marked as
* unsynced.
*/
public static final String ANY_UNSYNCED = "any_unsynced";
/** /**
* Read-only count of {@link Contacts} from a specific source that have * Read-only count of {@link Contacts} from a specific source that have
* no {@link CommonDataKinds.GroupMembership} entries. * no {@link CommonDataKinds.GroupMembership} entries.