Searched refs:offText (Results 1 – 3 of 3) sorted by relevance
74 final int offText = R.string.manage_space_text; in cycleChecked_customLabel_shouldUpdateTextAndBackground() local76 mBar.setSwitchBarText(onText, offText); in cycleChecked_customLabel_shouldUpdateTextAndBackground()78 .isEqualTo(mContext.getString(offText)); in cycleChecked_customLabel_shouldUpdateTextAndBackground()
186 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument188 mOffTextId = offText; in setSwitchBarText()
176 public void setSwitchBarText(int onText, int offText) { in setSwitchBarText() argument178 mOffTextId = offText; in setSwitchBarText()