Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DSwitchBarTest.java74 final int offText = R.string.manage_space_text; in cycleChecked_customLabel_shouldUpdateTextAndBackground() local
76 mBar.setSwitchBarText(onText, offText); in cycleChecked_customLabel_shouldUpdateTextAndBackground()
78 .isEqualTo(mContext.getString(offText)); in cycleChecked_customLabel_shouldUpdateTextAndBackground()
91 final String offText = mContext.getString( in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground() local
95 mBar.setSwitchBarText(onText, offText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()
97 assertThat(switchBarTextView.getText()).isEqualTo(offText); in setCheck_customLabelWithStringType_shouldUpdateTextAndBackground()
/packages/apps/Settings/src/com/android/settings/widget/
DSwitchBar.java190 public void setSwitchBarText(String onText, String offText) { in setSwitchBarText() argument
192 mOffText = offText; in setSwitchBarText()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DSwitchBar.java176 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument
178 mOffTextId = offText; in setSwitchBarText()