Searched refs:hasPendingChanges (Results 1 – 3 of 3) sorted by relevance
50 void onSplitContactConfirmed(boolean hasPendingChanges); in onSplitContactConfirmed() argument58 public static void show(ContactEditorFragment fragment, boolean hasPendingChanges) { in show() argument60 args.putBoolean(ARG_HAS_PENDING_CHANGES, hasPendingChanges); in show()
691 if (hasPendingChanges()) { in onActivityResult()828 if (mState.isEmpty() || !hasPendingChanges()) { in revert()846 public void onSplitContactConfirmed(boolean hasPendingChanges) { in onSplitContactConfirmed() argument856 if (!hasPendingChanges && mHasNewContact) { in onSplitContactConfirmed()877 SplitContactConfirmationDialogFragment.show(this, hasPendingChanges()); in doSplitContactAction()889 && !hasPendingChanges()) { in doJoinContactAction()918 if (!hasPendingChanges()) { in save()983 private boolean hasPendingChanges() { in hasPendingChanges() method in ContactEditorFragment
261 public void onSplitContactConfirmed(boolean hasPendingChanges) { in onSplitContactConfirmed() argument