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()
/packages/apps/Settings/src/com/android/settings/widget/
DSwitchBar.java186 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument
188 mOffTextId = 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()