Searched refs:appsSwitchBar (Results 1 – 2 of 2) sorted by relevance
210 public void consentSwitchClickHandler(MainSwitchBar appsSwitchBar) { in consentSwitchClickHandler() argument211 if (appsSwitchBar.isChecked()) { in consentSwitchClickHandler()212 appsSwitchBar.setChecked(false); in consentSwitchClickHandler()215 appsSwitchBar.setChecked(true); in consentSwitchClickHandler()
159 MainSwitchBar appsSwitchBar = mAppsActivity.findViewById(R.id.apps_switch_bar); in configureAppsConsentSwitch() local161 mAppsViewModel.getAppsConsent().observe(fragment, appsSwitchBar::setChecked); in configureAppsConsentSwitch()162 appsSwitchBar.setOnClickListener( in configureAppsConsentSwitch()