Searched refs:labelInfoBuilder (Results 1 – 1 of 1) sorted by relevance
1465 StringJoiner labelInfoBuilder = new StringJoiner(FOLDER_LABEL_DELIMITER); in onFocusChange() local1467 labelInfoBuilder.add(mFromTitle); in onFocusChange()1476 labelInfoBuilder.add(mInfo.title); in onFocusChange()1481 if (labelInfoBuilder.length() > 0) { in onFocusChange()1482 statsLogger.withEditText(labelInfoBuilder.toString()); in onFocusChange()