Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DSwitchBarTest.java93 final TextView switchBarTextView = ((TextView) mBar.findViewById(R.id.switch_text)); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground() local
97 assertThat(switchBarTextView.getText()).isEqualTo(offText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()
102 assertThat(switchBarTextView.getText()).isEqualTo(onText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()