Home
last modified time | relevance | path

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

/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java103 String launchLocation, ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument
106 launchLocation, targetIds.getList())); in notifyLaunchLocationShown()
/frameworks/base/core/java/android/service/appprediction/
DAppPredictionService.java94 String launchLocation, ParceledListSlice targetIds) {
97 AppPredictionService.this, sessionId, launchLocation,
170 @NonNull String launchLocation, @NonNull List<AppTargetId> targetIds); in onLaunchLocationShown() argument
DIPredictionService.aidl38 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
/frameworks/base/core/java/android/app/prediction/
DAppPredictor.java134 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() argument
141 mPredictionManager.notifyLaunchLocationShown(mSessionId, launchLocation, in notifyLaunchLocationShown()
DIPredictionManager.aidl36 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java125 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument
127 service.notifyLaunchLocationShownLocked(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShown()
DAppPredictionPerUserService.java143 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShownLocked() argument
145 s.notifyLaunchLocationShown(sessionId, launchLocation, targetIds), false); in notifyLaunchLocationShownLocked()
/frameworks/base/services/people/java/com/android/server/people/prediction/
DAppTargetPredictor.java83 public void onLaunchLocationShown(String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument