Searched refs:topicsConsent (Results 1 – 3 of 3) sorted by relevance
75 AdServicesApiConsent topicsConsent = in onCreateView() local77 mTopicsOptIn = topicsConsent != null ? topicsConsent.isGiven() : false; in onCreateView()
79 Boolean topicsConsent) { in TopicsViewModel() argument84 mTopicsConsent = new MutableLiveData<>(topicsConsent); in TopicsViewModel()
71 boolean topicsConsent = intent.getBooleanExtra("topics-consent", true); in onCreate()84 setConsent(userId, "CONSENT-TOPICS", topicsConsent); in onCreate()