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