Home
last modified time | relevance | path

Searched refs:getAcceptedSuggestionIndex (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DFolderInfo.java242 getAcceptedSuggestionIndex().isPresent() ? LabelState.SUGGESTED in setTitle()
284 public OptionalInt getAcceptedSuggestionIndex() { in getAcceptedSuggestionIndex() method in FolderInfo
344 OptionalInt accepted_suggestion_index = getAcceptedSuggestionIndex(); in getToLabelState()