Searched refs:stateText (Results 1 – 2 of 2) sorted by relevance
187 public CharSequence getSecondaryLabel(CharSequence stateText) { in getSecondaryLabel() argument191 return stateText; in getSecondaryLabel()
653 val stateText = state.getStateText(arrayResId, resources) in <lambda>() constant654 state.secondaryLabel = state.getSecondaryLabel(stateText) in <lambda>()655 if (!TextUtils.isEmpty(stateText)) { in <lambda>()656 stateDescription.append(stateText) in <lambda>()