Searched refs:ARG_REPLACING (Results 1 – 2 of 2) sorted by relevance
42 private static final String ARG_REPLACING = "replacing"; field in ConfirmLockdownFragment62 args.putBoolean(ARG_REPLACING, replacing); in show()76 final boolean replacing = getArguments().getBoolean(ARG_REPLACING); in onCreateDialog()