Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/appprediction/
H A DAppPredictionService.java92 String launchLocation, ParceledListSlice targetIds) {
95 AppPredictionService.this, sessionId, launchLocation,
168 @NonNull String launchLocation, @NonNull List<AppTargetId> targetIds); in onLaunchLocationShown() argument
H A DIPredictionService.aidl38 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
/aosp12/frameworks/base/core/java/android/app/prediction/
H A DAppPredictor.java135 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() argument
142 mPredictionManager.notifyLaunchLocationShown(mSessionId, launchLocation, in notifyLaunchLocationShown()
H A DIPredictionManager.aidl36 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java127 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument
129 service.notifyLaunchLocationShownLocked(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShown()
H A DAppPredictionPerUserService.java163 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShownLocked() argument
167 s -> s.notifyLaunchLocationShown(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShownLocked()
/aosp12/frameworks/base/services/people/java/com/android/server/people/prediction/
H A DAppTargetPredictor.java84 public void onLaunchLocationShown(String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument
/aosp12/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java406 String launchLocation, ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument
409 launchLocation, targetIds.getList())); in notifyLaunchLocationShown()
/aosp12/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/
H A DPredictionService.java200 AppPredictionSessionId sessionId, String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument