Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/appprediction/
H A DIPredictionService.aidl38 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() method
/aosp14/frameworks/base/core/java/android/app/prediction/
H A DIPredictionManager.aidl36 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() method
H A DAppPredictor.java135 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() method in AppPredictor
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java126 public void notifyLaunchLocationShown(@NonNull AppPredictionSessionId sessionId, in notifyLaunchLocationShown() method in AppPredictionManagerService.PredictionManagerServiceStub
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java407 public void notifyLaunchLocationShown(AppPredictionSessionId sessionId, in notifyLaunchLocationShown() method in PeopleService.LocalService