Searched refs:notifyInteraction (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/services/contentsuggestions/java/com/android/server/contentsuggestions/ |
H A D | RemoteContentSuggestionsService.java | 89 void notifyInteraction(@NonNull String requestId, @NonNull Bundle bundle) { in notifyInteraction() method in RemoteContentSuggestionsService 90 scheduleAsyncRequest((s) -> s.notifyInteraction(requestId, bundle)); in notifyInteraction()
|
H A D | ContentSuggestionsPerUserService.java | 134 service.notifyInteraction(requestId, bundle); in notifyInteractionLocked()
|
H A D | ContentSuggestionsManagerService.java | 229 public void notifyInteraction( in notifyInteraction() method in ContentSuggestionsManagerService.ContentSuggestionsManagerStub
|
/aosp14/frameworks/base/core/java/android/service/contentsuggestions/ |
H A D | IContentSuggestionsService.aidl | 43 void notifyInteraction(in String requestId, in Bundle interaction); in notifyInteraction() method
|
H A D | ContentSuggestionsService.java | 112 public void notifyInteraction(String requestId, Bundle interaction) {
|
/aosp14/frameworks/base/core/java/android/app/contentsuggestions/ |
H A D | ContentSuggestionsManager.java | 188 public void notifyInteraction( in notifyInteraction() method in ContentSuggestionsManager 196 mService.notifyInteraction(mUser, requestId, interaction); in notifyInteraction()
|
H A D | IContentSuggestionsManager.aidl | 46 void notifyInteraction(int userId, in String requestId, in Bundle interaction); in notifyInteraction() method
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 2079 method public void notifyInteraction(@NonNull String, @NonNull android.os.Bundle);
|