Searched refs:notifyLaunchLocationShown (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/appprediction/ |
H A D | IPredictionService.aidl | 38 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() method
|
H A D | AppPredictionService.java | 91 public void notifyLaunchLocationShown(AppPredictionSessionId sessionId,
|
/aosp14/frameworks/base/core/java/android/app/prediction/ |
H A D | IPredictionManager.aidl | 36 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() method
|
H A D | AppPredictor.java | 135 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() method in AppPredictor 142 mPredictionManager.notifyLaunchLocationShown(mSessionId, launchLocation, in notifyLaunchLocationShown()
|
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | AppPredictionManagerService.java | 126 public void notifyLaunchLocationShown(@NonNull AppPredictionSessionId sessionId, in notifyLaunchLocationShown() method in AppPredictionManagerService.PredictionManagerServiceStub
|
H A D | AppPredictionPerUserService.java | 167 s -> s.notifyLaunchLocationShown(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShownLocked()
|
/aosp14/frameworks/base/services/people/java/com/android/server/people/ |
H A D | PeopleService.java | 407 public void notifyLaunchLocationShown(AppPredictionSessionId sessionId, in notifyLaunchLocationShown() method in PeopleService.LocalService
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ChooserActivity.java | 2343 directShareAppPredictor.notifyLaunchLocationShown(LAUNCH_LOCATION_DIRECT_SHARE, targetIds);
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 2164 …method public void notifyLaunchLocationShown(@NonNull String, @NonNull java.util.List<android.app.…
|