Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigControllerTest.java509 final CheckBox advButton = mView.findViewById(R.id.wifi_advanced_togglebox); in checkImeStatus_whenAdvancedToggled_shouldBeHide() local
512 advButton.performClick(); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
564 final CheckBox advButton = mView.findViewById(R.id.wifi_advanced_togglebox); in getAdvancedOptionContentDescription_whenViewInitialed_shouldBeCorrect() local
566 assertThat(advButton.getContentDescription()).isEqualTo( in getAdvancedOptionContentDescription_whenViewInitialed_shouldBeCorrect()
572 final CheckBox advButton = mView.findViewById(R.id.wifi_advanced_togglebox); in getVisibility_whenAdvancedOptionClicked_shouldBeGone() local
574 advButton.performClick(); in getVisibility_whenAdvancedOptionClicked_shouldBeGone()
576 assertThat(advButton.getVisibility()).isEqualTo(View.GONE); in getVisibility_whenAdvancedOptionClicked_shouldBeGone()
DWifiConfigController2Test.java517 final CheckBox advButton = mView.findViewById(R.id.wifi_advanced_togglebox); in checkImeStatus_whenAdvancedToggled_shouldBeHide() local
520 advButton.performClick(); in checkImeStatus_whenAdvancedToggled_shouldBeHide()
563 final CheckBox advButton = mView.findViewById(R.id.wifi_advanced_togglebox); in getAdvancedOptionContentDescription_whenViewInitialed_shouldBeCorrect() local
565 assertThat(advButton.getContentDescription()).isEqualTo( in getAdvancedOptionContentDescription_whenViewInitialed_shouldBeCorrect()