Searched refs:longLabel (Results 1 – 2 of 2) sorted by relevance
214 public Builder setLongLabel(@NonNull CharSequence longLabel) { in setLongLabel() argument215 mInfo.mLongLabel = longLabel; in setLongLabel()
1047 public Builder setLongLabel(@NonNull CharSequence longLabel) { in setLongLabel() argument1049 mText = Preconditions.checkStringNotEmpty(longLabel, "longLabel cannot be empty"); in setLongLabel()