Searched refs:mLongLabelMaxLength (Results 1 – 1 of 1) sorted by relevance
110 private int mLongLabelMaxLength = LONG_LABEL_MAX_LENGTH; field in DynamicShortcuts148 this.mLongLabelMaxLength = length; in setLongLabelMaxLength()317 if (label.length() < mLongLabelMaxLength) { in setLabel()320 builder.setLongLabel(label.substring(0, mLongLabelMaxLength - 1).trim() + "…"); in setLabel()