Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/appprediction/
DIPredictionService.aidl37 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent() method
DAppPredictionService.java88 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) {
/frameworks/base/core/java/android/app/prediction/
DIPredictionManager.aidl35 void notifyAppTargetEvent(in AppPredictionSessionId sessionId, in AppTargetEvent event); in notifyAppTargetEvent() method
DAppPredictor.java120 public void notifyAppTargetEvent(@NonNull AppTargetEvent event) { in notifyAppTargetEvent() method in AppPredictor
126 mPredictionManager.notifyAppTargetEvent(mSessionId, event); in notifyAppTargetEvent()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java120 public void notifyAppTargetEvent(@NonNull AppPredictionSessionId sessionId, in notifyAppTargetEvent() method in AppPredictionManagerService.PredictionManagerServiceStub
DAppPredictionPerUserService.java156 s -> s.notifyAppTargetEvent(sessionId, event)); in notifyAppTargetEventLocked()
/frameworks/base/core/java/com/android/internal/app/
DAppPredictionServiceResolverComparator.java302 mAppPredictor.notifyAppTargetEvent(
/frameworks/base/services/people/java/com/android/server/people/prediction/
DShareTargetPredictor.java103 mRemoteAppPredictor.notifyAppTargetEvent(event); in reportAppTargetEvent()
/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java414 public void notifyAppTargetEvent(AppPredictionSessionId sessionId, AppTargetEvent event) { in notifyAppTargetEvent() method in PeopleService.LocalService
/frameworks/base/core/api/
Dsystem-current.txt2393 method public void notifyAppTargetEvent(@NonNull android.app.prediction.AppTargetEvent);