Searched refs:labelInfoBuilder (Results 1 – 1 of 1) sorted by relevance
1503 StringJoiner labelInfoBuilder = new StringJoiner(FOLDER_LABEL_DELIMITER); in onFocusChange() local1505 labelInfoBuilder.add(mFromTitle); in onFocusChange()1514 labelInfoBuilder.add(mInfo.title); in onFocusChange()1519 if (labelInfoBuilder.length() > 0) { in onFocusChange()1520 statsLogger.withEditText(labelInfoBuilder.toString()); in onFocusChange()