Searched refs:ARG_USER_ID (Results 1 – 2 of 2) sorted by relevance
30 private static final String ARG_USER_ID = "userId"; field in RemoveUserFragment34 args.putInt(ARG_USER_ID, userId); in newInstance()42 final int userId = getArguments().getInt(ARG_USER_ID); in onCreateDialog()
53 private static final String ARG_USER_ID = "userId"; field in ChooseLockTypeDialogFragment60 args.putInt(ARG_USER_ID, userId); in newInstance()101 final int userId = getArguments().getInt(ARG_USER_ID); in onCreate()