Home
last modified time | relevance | path

Searched refs:launchLocation (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/service/appprediction/
DIPredictionService.aidl39 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
DAppPredictionService.java96 String launchLocation, ParceledListSlice targetIds) {
99 AppPredictionService.this, sessionId, launchLocation,
182 @NonNull String launchLocation, @NonNull List<AppTargetId> targetIds); in onLaunchLocationShown() argument
/frameworks/base/core/java/android/app/prediction/
DIPredictionManager.aidl37 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
DAppPredictor.java139 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() argument
146 mPredictionManager.notifyLaunchLocationShown(mSessionId, launchLocation, in notifyLaunchLocationShown()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java128 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument
130 service.notifyLaunchLocationShownLocked(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShown()
DAppPredictionPerUserService.java164 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShownLocked() argument
168 s -> s.notifyLaunchLocationShown(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShownLocked()
/frameworks/base/services/people/java/com/android/server/people/prediction/
DAppTargetPredictor.java84 public void onLaunchLocationShown(String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument
/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java421 String launchLocation, ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument
424 launchLocation, targetIds.getList())); in notifyLaunchLocationShown()