Searched refs:launchLocation (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/people/java/com/android/server/people/ |
D | PeopleService.java | 103 String launchLocation, ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument 106 launchLocation, targetIds.getList())); in notifyLaunchLocationShown()
|
/frameworks/base/core/java/android/service/appprediction/ |
D | AppPredictionService.java | 94 String launchLocation, ParceledListSlice targetIds) { 97 AppPredictionService.this, sessionId, launchLocation, 170 @NonNull String launchLocation, @NonNull List<AppTargetId> targetIds); in onLaunchLocationShown() argument
|
D | IPredictionService.aidl | 38 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
|
/frameworks/base/core/java/android/app/prediction/ |
D | AppPredictor.java | 134 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() argument 141 mPredictionManager.notifyLaunchLocationShown(mSessionId, launchLocation, in notifyLaunchLocationShown()
|
D | IPredictionManager.aidl | 36 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() argument
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | AppPredictionManagerService.java | 125 @NonNull String launchLocation, @NonNull ParceledListSlice targetIds) { in notifyLaunchLocationShown() argument 127 service.notifyLaunchLocationShownLocked(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShown()
|
D | AppPredictionPerUserService.java | 143 @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/ |
D | AppTargetPredictor.java | 83 public void onLaunchLocationShown(String launchLocation, List<AppTargetId> targetIds) { in onLaunchLocationShown() argument
|