Home
last modified time | relevance | path

Searched defs:notifyAppTargetEvent (Results 1 – 5 of 5) 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
/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
/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
/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