Searched refs:IS_CONSENT_GIVEN_ARGUMENT_KEY (Results 1 – 3 of 3) sorted by relevance
48 public static final String IS_CONSENT_GIVEN_ARGUMENT_KEY = "isConsentGiven"; field in ConsentNotificationConfirmationFragment55 mOptedIn = getArguments().getBoolean(IS_CONSENT_GIVEN_ARGUMENT_KEY, false); in onCreateView()
28 ….adservices.ui.notifications.ConsentNotificationConfirmationFragment.IS_CONSENT_GIVEN_ARGUMENT_KEY;127 args.putBoolean(IS_CONSENT_GIVEN_ARGUMENT_KEY, false); in setupListeners()257 args.putBoolean(IS_CONSENT_GIVEN_ARGUMENT_KEY, true); in onMoreOrAcceptClicked()
28 ….adservices.ui.notifications.ConsentNotificationConfirmationFragment.IS_CONSENT_GIVEN_ARGUMENT_KEY;139 args.putBoolean(IS_CONSENT_GIVEN_ARGUMENT_KEY, false); in setupListeners()270 args.putBoolean(IS_CONSENT_GIVEN_ARGUMENT_KEY, true); in onMoreOrAcceptClicked()