Home
last modified time | relevance | path

Searched refs:IS_CONSENT_GIVEN_ARGUMENT_KEY (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationConfirmationFragment.java48 public static final String IS_CONSENT_GIVEN_ARGUMENT_KEY = "isConsentGiven"; field in ConsentNotificationConfirmationFragment
55 mOptedIn = getArguments().getBoolean(IS_CONSENT_GIVEN_ARGUMENT_KEY, false); in onCreateView()
DConsentNotificationFragment.java28 ….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()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaFragment.java28 ….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()