Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DSuggestionEditConfirmationDialogFragment.java31 private static final String ARG_RAW_CONTACT_ID = "rawContactId"; field in SuggestionEditConfirmationDialogFragment
36 args.putLong(ARG_RAW_CONTACT_ID, rawContactId); in show()
59 getArguments().getLong(ARG_RAW_CONTACT_ID); in onCreateDialog()