Home
last modified time | relevance | path

Searched defs:notifyInteraction (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/contentsuggestions/
DIContentSuggestionsService.aidl43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction() method
/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/
DRemoteContentSuggestionsService.java89 void notifyInteraction(@NonNull String requestId, @NonNull Bundle bundle) { in notifyInteraction() method in RemoteContentSuggestionsService
DContentSuggestionsManagerService.java229 public void notifyInteraction( in notifyInteraction() method in ContentSuggestionsManagerService.ContentSuggestionsManagerStub
/frameworks/base/core/java/android/app/contentsuggestions/
DIContentSuggestionsManager.aidl46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction() method
DContentSuggestionsManager.java188 public void notifyInteraction( in notifyInteraction() method in ContentSuggestionsManager