Home
last modified time | relevance | path

Searched refs:hasChanges (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Radio/src/com/android/car/radio/storage/
DRadioStorage.java158 boolean hasChanges = false; in setRecentlySelected()
166 hasChanges = true; in setRecentlySelected()
171 hasChanges = true; in setRecentlySelected()
174 if (hasChanges) editor.apply(); in setRecentlySelected()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java385 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges() method in RawContactModifier
386 return hasChanges(set, accountTypes, /* excludedMimeTypes =*/ null); in hasChanges()
389 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, in hasChanges() method in RawContactModifier
400 if (hasChanges(state, type, excludedMimeTypes)) { in hasChanges()
452 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges() method in RawContactModifier
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java975 return RawContactModifier.hasChanges(mState, accountTypes, excludedMimeTypes); in hasPendingRawContactChanges()