Home
last modified time | relevance | path

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

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