Searched refs:mainSwitch (Results 1 – 3 of 3) sorted by relevance
158 private void performSwitchClick(boolean dialogsOn, UiObject2 mainSwitch) { in performSwitchClick() argument159 if (dialogsOn && mainSwitch.isChecked()) { in performSwitchClick()160 mainSwitch.click(); in performSwitchClick()170 mainSwitch.click(); in performSwitchClick()
186 UiObject2 mainSwitch = ApkTestUtil.getConsentSwitch(sDevice); in setPpApiConsentToGiven() local187 assertThat(mainSwitch).isNotNull(); in setPpApiConsentToGiven()189 if (!mainSwitch.isChecked()) { in setPpApiConsentToGiven()190 mainSwitch.click(); in setPpApiConsentToGiven()
32 public MainSwitchBarController(SettingsMainSwitchBar mainSwitch) { in MainSwitchBarController() argument33 mMainSwitch = mainSwitch; in MainSwitchBarController()