Searched refs:suggestedFolderNames (Results 1 – 3 of 3) sorted by relevance
102 public FolderNameInfos suggestedFolderNames; field in FolderInfo287 if (suggestedFolderNames == null || !suggestedFolderNames.hasSuggestions()) { in getAcceptedSuggestionIndex()290 CharSequence[] labels = suggestedFolderNames.getLabels(); in getAcceptedSuggestionIndex()332 if (suggestedFolderNames == null || !suggestedFolderNames.hasSuggestions()) { in getToLabelState()338 boolean hasValidPrimary = suggestedFolderNames != null && suggestedFolderNames.hasPrimary(); in getToLabelState()
521 if (mInfo.suggestedFolderNames == null) { in showLabelSuggestions()524 if (mInfo.suggestedFolderNames.hasSuggestions()) { in showLabelSuggestions()527 if (mInfo.suggestedFolderNames.hasPrimary()) { in showLabelSuggestions()529 mFolderName.setText(mInfo.suggestedFolderNames.getLabels()[0]); in showLabelSuggestions()535 Stream.of(mInfo.suggestedFolderNames.getLabels()) in showLabelSuggestions()1090 mInfo.suggestedFolderNames = nameInfos; in updateItemLocationsInDatabaseBatch()
1047 if (info.suggestedFolderNames == null) { in loadFolderNames()1050 info.suggestedFolderNames = suggestionInfos; in loadFolderNames()