Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationPasFragment.java66 private boolean mIsRenotify; field in ConsentNotificationPasFragment
76 mIsRenotify = requireActivity().getIntent().getBooleanExtra(IS_RENOTIFY_KEY, false); in onCreateView()
78 if (mIsRenotify) { in onCreateView()
103 !mIsRenotify in onViewCreated()
283 if (!mIsRenotify && mIsStrictConsentBehavior) { in onMoreOrAcceptClicked()