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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DSplitContactConfirmationDialogFragment.java36 private static final String ARG_HAS_PENDING_CHANGES = "hasPendingChanges";
46 * @param hasPendingChanges whether there are unsaved changes in the underlying contact
49 void onSplitContactConfirmed(boolean hasPendingChanges); argument
52 public static void show(ContactEditorBaseFragment fragment, boolean hasPendingChanges) { argument
54 args.putBoolean(ARG_HAS_PENDING_CHANGES, hasPendingChanges);
H A DContactEditorBaseFragment.java679 if (hasPendingChanges()) {
847 if (mState.isEmpty() || !hasPendingChanges()) {
865 public void onSplitContactConfirmed(boolean hasPendingChanges) { argument
875 if (!hasPendingChanges && mHasNewContact) {
893 SplitContactConfirmationDialogFragment.show(this, hasPendingChanges());
905 && !hasPendingChanges()) {
957 if (!hasPendingChanges()) {
1050 protected boolean hasPendingChanges() { method in class:ContactEditorBaseFragment

Completed in 177 milliseconds