Searched refs:hasChanges (Results 1 – 2 of 2) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | RawContactModifier.java | 387 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges() method in RawContactModifier 388 return hasChanges(set, accountTypes, /* excludedMimeTypes =*/ null); in hasChanges() 391 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, in hasChanges() method in RawContactModifier 402 if (hasChanges(state, type, excludedMimeTypes)) { in hasChanges() 454 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges() method in RawContactModifier
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorBaseFragment.java | 1029 return RawContactModifier.hasChanges(mState, accountTypes, excludedMimeTypes); in hasPendingRawContactChanges()
|