Home
last modified time | relevance | path

Searched refs:SuggestionEditConfirmationDialogFragment (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DSuggestionEditConfirmationDialogFragment.java28 public class SuggestionEditConfirmationDialogFragment extends DialogFragment { class
38 final SuggestionEditConfirmationDialogFragment dialog = new in show()
39 SuggestionEditConfirmationDialogFragment(); in show()
H A DContactEditorFragment.java1660 SuggestionEditConfirmationDialogFragment.show(this, contactLookupUri, rawContactId); in onEditAction()