Searched refs:suggestion (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DSuggestionParser.java47 // If defined, only returns this suggestion if the feature is supported.
98 * Dismisses a suggestion, returns true if the suggestion has no more dismisses left and should
101 public boolean dismissSuggestion(Tile suggestion) { argument
102 String keyBase = suggestion.intent.getComponent().flattenToShortString();
104 String dismissControl = suggestion.metaData.getString(META_DATA_DISMISS_CONTROL);
148 private boolean isAvailable(Tile suggestion) { argument
149 String featureRequired = suggestion.metaData.getString(META_DATA_REQUIRE_FEATURE);
156 public boolean satisfiesRequiredAccount(Tile suggestion) { argument
157 String requiredAccountType = suggestion
166 isSupported(Tile suggestion) argument
194 isDismissed(Tile suggestion) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSuggestionsPopupWindowTest.java314 final TextView suggestion = (TextView) listView.getChildAt(j);
315 assertNotNull(suggestion);
316 final Spanned spanned = (Spanned) suggestion.getText();
319 // Check that the suggestion item order is kept.
/frameworks/rs/api/
H A Drs_for_each.spec39 allocations. This is a hint only. Implementations may not follow the suggestion.
/frameworks/base/core/java/android/widget/
H A DEditor.java2575 // Suggestion span couldn't be found. Try to find a suggestion span that has the same
2633 // Notify source IME of the suggestion pick. Do this before swapping texts.
2640 final String suggestion = suggestionInfo.mText.subSequence(
2642 mTextView.replaceText_internal(spanStart, spanEnd, suggestion);
2648 final int lengthDelta = suggestion.length() - (spanEnd - spanStart);
2893 // 3 ActionPopup [replace, suggestion, easyedit] (suggestionsPopup first hides the others)
3115 // Range of actual suggestion within mText
3121 // The index of this suggestion inside suggestionSpan
3182 * Returns the suggestion spans that cover the current cursor position. The suggestion
[all...]

Completed in 152 milliseconds