Searched defs:syncMode (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DCustomContactListFilterActivity.java754 final int syncMode = getSyncMode(account);
755 if (syncMode == SYNC_MODE_UNSUPPORTED) return;
758 showRemoveSync(menu, account, child, syncMode);
760 showAddSync(menu, account, syncMode);
765 final GroupDelta child, final int syncMode) {
772 handleRemoveSync(account, child, syncMode, title);
779 final int syncMode, CharSequence title) {
781 if (syncMode == SYNC_MODE_EVERYTHING && shouldSyncUngrouped
806 protected void showAddSync(ContextMenu menu, final AccountDisplay account, final int syncMode) { argument
816 if (child.mUngrouped && syncMode
764 showRemoveSync(ContextMenu menu, final AccountDisplay account, final GroupDelta child, final int syncMode) argument
778 handleRemoveSync(final AccountDisplay account, final GroupDelta child, final int syncMode, CharSequence title) argument
[all...]

Completed in 120 milliseconds