Home
last modified time | relevance | path

Searched refs:isSecondaryActionChecked (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/location/
H A DAdasLocationSwitchPreferenceControllerTest.java167 assertThat(mSwitchPreference.isSecondaryActionChecked()).isTrue(); in onPreferenceClicked_adasDisabled_shouldEnable_notShowDialog()
181 assertThat(mSwitchPreference.isSecondaryActionChecked()).isTrue(); in onPreferenceClicked_adasEnabled_shouldStayEnable_showDialog()
258 assertThat(mSwitchPreference.isSecondaryActionChecked()).isTrue(); in adasLocationOnAndEnabled_disallowConfigLocation_switchStaysChecked()
270 assertThat(mSwitchPreference.isSecondaryActionChecked()).isFalse(); in adasLocationOnAndEnabled_disallowShareLocation_setsSwitchUnchecked()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/notifications/
H A DNotificationsAppListPreferenceControllerTest.java135 assertThat(preference.isSecondaryActionChecked()).isTrue(); in onCreate_notificationEnabled_isChecked()
148 assertThat(preference.isSecondaryActionChecked()).isFalse(); in onCreate_notificationDisabled_isNotChecked()
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/network/
H A DMobileNetworkEntryPreferenceControllerTest.java308 assertThat(mPreference.isSecondaryActionChecked()).isFalse(); in performToggle_disabled_setsDataEnabled()
325 assertThat(mPreference.isSecondaryActionChecked()).isTrue(); in performToggle_enabled_setsDataDisabled()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/
H A DCarUiTwoActionSwitchPreference.java129 public boolean isSecondaryActionChecked() { in isSecondaryActionChecked() method in CarUiTwoActionSwitchPreference