Searched refs:launchLocation (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/core/java/android/service/appprediction/ |
H A D | AppPredictionService.java | 92 String launchLocation, ParceledListSlice targetIds) { 95 AppPredictionService.this, sessionId, launchLocation, 168 @NonNull String launchLocation, @NonNull List<AppTargetId> targetIds); in onLaunchLocationShown() argument
|
H A D | IPredictionService.aidl | 38 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
|
/aosp12/frameworks/base/core/java/android/app/prediction/ |
H A D | AppPredictor.java | 135 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() argument 142 mPredictionManager.notifyLaunchLocationShown(mSessionId, launchLocation, in notifyLaunchLocationShown()
|
H A D | IPredictionManager.aidl | 36 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
|
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | AppPredictionManagerService.java | 127 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument 129 service.notifyLaunchLocationShownLocked(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShown()
|
H A D | AppPredictionPerUserService.java | 163 @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 D | AppTargetPredictor.java | 84 public void onLaunchLocationShown(String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/ |
H A D | PeopleService.java | 406 String launchLocation, ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument 409 launchLocation, targetIds.getList())); in notifyLaunchLocationShown()
|
/aosp12/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/ |
H A D | PredictionService.java | 200 AppPredictionSessionId sessionId, String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument
|