Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/viewmodels/
DAppsViewModel.java210 public void consentSwitchClickHandler(MainSwitchBar appsSwitchBar) { in consentSwitchClickHandler() argument
211 if (appsSwitchBar.isChecked()) { in consentSwitchClickHandler()
212 appsSwitchBar.setChecked(false); in consentSwitchClickHandler()
215 appsSwitchBar.setChecked(true); in consentSwitchClickHandler()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/settings/delegates/
DAppsActionDelegate.java159 MainSwitchBar appsSwitchBar = mAppsActivity.findViewById(R.id.apps_switch_bar); in configureAppsConsentSwitch() local
161 mAppsViewModel.getAppsConsent().observe(fragment, appsSwitchBar::setChecked); in configureAppsConsentSwitch()
162 appsSwitchBar.setOnClickListener( in configureAppsConsentSwitch()