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()
516 if (mInfo.suggestedFolderNames == null) { in showLabelSuggestions()519 if (mInfo.suggestedFolderNames.hasSuggestions()) { in showLabelSuggestions()522 if (mInfo.suggestedFolderNames.hasPrimary()) { in showLabelSuggestions()524 mFolderName.setText(mInfo.suggestedFolderNames.getLabels()[0]); in showLabelSuggestions()530 Stream.of(mInfo.suggestedFolderNames.getLabels()) in showLabelSuggestions()1084 mInfo.suggestedFolderNames = nameInfos; in updateItemLocationsInDatabaseBatch()
975 if (info.suggestedFolderNames == null) { in loadFolderNames()978 info.suggestedFolderNames = suggestionInfos; in loadFolderNames()