Searched refs:ARG_USER_ID (Results 1 – 4 of 4) 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()
54 private static final String ARG_USER_ID = "userId"; field in ChooseLockTypeDialogFragment61 args.putInt(ARG_USER_ID, userId); in newInstance()104 final int userId = getArguments().getInt(ARG_USER_ID); in onCreate()