Home
last modified time | relevance | path

Searched refs:notifyAppTargetEvent (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/appprediction/
H A DIPredictionService.aidl36 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent() method
H A DAppPredictionService.java84 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) {
/aosp14/frameworks/base/core/java/android/app/prediction/
H A DIPredictionManager.aidl34 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent() method
H A DAppPredictor.java116 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent() method in AppPredictor
122 mPredictionManager.notifyAppTargetEvent(mSessionId, event); in notifyAppTargetEvent()
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java119 public void notifyAppTargetEvent(@NonNull AppPredictionSessionId sessionId, in notifyAppTargetEvent() method in AppPredictionManagerService.PredictionManagerServiceStub
H A DAppPredictionPerUserService.java155 s -> s.notifyAppTargetEvent(sessionId, event)); in notifyAppTargetEventLocked()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAppPredictionServiceResolverComparator.java292 mAppPredictor.notifyAppTargetEvent(
H A DChooserActivity.java2362 directShareAppPredictor.notifyAppTargetEvent(
/aosp14/frameworks/base/services/people/java/com/android/server/people/prediction/
H A DShareTargetPredictor.java103 mRemoteAppPredictor.notifyAppTargetEvent(event); in reportAppTargetEvent()
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java401 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) { in notifyAppTargetEvent() method in PeopleService.LocalService
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt2163 method public void notifyAppTargetEvent(@NonNull android.app.prediction.AppTargetEvent);