Searched refs:ARG_REPLACING (Results 1 – 1 of 1) 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()