Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DJoinContactConfirmationDialogFragment.java32 private static final String ARG_JOIN_CONTACT_ID = "joinContactId"; field in JoinContactConfirmationDialogFragment
53 args.putLong(ARG_JOIN_CONTACT_ID, joinContactId); in show()
67 mContactId = getArguments().getLong(ARG_JOIN_CONTACT_ID); in onCreate()