Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/settings/suggestions/
H A DSuggestionService.java63 onSuggestionLaunched(suggestion); in onBind()
83 public abstract void onSuggestionLaunched(Suggestion suggestion);
/aosp12/frameworks/base/core/tests/coretests/src/android/service/settings/suggestions/
H A DMockSuggestionService.java49 public void onSuggestionLaunched(Suggestion suggestion) { in onSuggestionLaunched() method in MockSuggestionService
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/suggestions/
H A DSuggestionService.java64 public void onSuggestionLaunched(Suggestion suggestion) { in onSuggestionLaunched() method in SuggestionService
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt10361 … method public abstract void onSuggestionLaunched(android.service.settings.suggestions.Suggestion);