HomeSort by relevance Sort by last modified time
    Searched refs:ARG_GROUP_ID (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
GroupDeletionDialogFragment.java 34 private static final String ARG_GROUP_ID = "groupId";
40 args.putLong(ARG_GROUP_ID, groupId);
67 final long groupId = getArguments().getLong(ARG_GROUP_ID);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupNameEditDialogFragment.java 64 private static final String ARG_GROUP_ID = "groupId";
110 args.putLong(ARG_GROUP_ID, groupId);
131 mGroupId = args.getLong(ARG_GROUP_ID, NO_GROUP_ID);

Completed in 312 milliseconds