Searched refs:launchLocation (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/service/appprediction/ |
D | IPredictionService.aidl | 39 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
|
D | AppPredictionService.java | 96 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/ |
D | IPredictionManager.aidl | 37 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
|
D | AppPredictor.java | 139 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/ |
D | AppPredictionManagerService.java | 128 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument 130 service.notifyLaunchLocationShownLocked(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShown()
|
D | AppPredictionPerUserService.java | 164 @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/ |
D | AppTargetPredictor.java | 84 public void onLaunchLocationShown(String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument
|
/frameworks/base/services/people/java/com/android/server/people/ |
D | PeopleService.java | 421 String launchLocation, ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument 424 launchLocation, targetIds.getList())); in notifyLaunchLocationShown()
|