Searched refs:getConsentFromConsentManager (Results 1 – 1 of 1) sorted by relevance
64 mAdServicesConsent = new MutableLiveData<>(getConsentFromConsentManager()); in MainViewModel()88 mAdServicesConsent.postValue(getConsentFromConsentManager()); in setConsent()124 private boolean getConsentFromConsentManager() { in getConsentFromConsentManager() method in MainViewModel