Searched refs:ARG_BUTTON (Results 1 – 2 of 2) sorted by relevance
320 private static final String ARG_BUTTON = "button"; field in ConfirmDeviceCredentialBaseFragment.LastTryDialog332 args.putInt(ARG_BUTTON, button); in show()362 .setPositiveButton(getArguments().getInt(ARG_BUTTON), null) in onCreateDialog()