Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupDeletionDialogFragment.java34 private static final String ARG_GROUP_ID = "groupId"; field in GroupDeletionDialogFragment
40 args.putLong(ARG_GROUP_ID, groupId); in show()
67 final long groupId = getArguments().getLong(ARG_GROUP_ID);
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupNameEditDialogFragment.java64 private static final String ARG_GROUP_ID = "groupId"; field in GroupNameEditDialogFragment
110 args.putLong(ARG_GROUP_ID, groupId); in newInstance()
131 mGroupId = args.getLong(ARG_GROUP_ID, NO_GROUP_ID); in onCreate()