Searched refs:notifyLaunchLocationShown (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() method
|
D | AppPredictionService.java | 95 public void notifyLaunchLocationShown(AppPredictionSessionId sessionId,
|
/frameworks/base/core/java/android/app/prediction/ |
D | IPredictionManager.aidl | 37 void notifyLaunchLocationShown(in AppPredictionSessionId sessionId, in String launchLocation, in notifyLaunchLocationShown() method
|
D | AppPredictor.java | 139 public void notifyLaunchLocationShown(@NonNull String launchLocation, in notifyLaunchLocationShown() method in AppPredictor 146 mPredictionManager.notifyLaunchLocationShown(mSessionId, launchLocation, in notifyLaunchLocationShown()
|
/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
D | AppPredictionManagerService.java | 127 public void notifyLaunchLocationShown(@NonNull AppPredictionSessionId sessionId, in notifyLaunchLocationShown() method in AppPredictionManagerService.PredictionManagerServiceStub
|
D | AppPredictionPerUserService.java | 168 s -> s.notifyLaunchLocationShown(sessionId, launchLocation, targetIds)); in notifyLaunchLocationShownLocked()
|
/frameworks/base/services/people/java/com/android/server/people/ |
D | PeopleService.java | 420 public void notifyLaunchLocationShown(AppPredictionSessionId sessionId, in notifyLaunchLocationShown() method in PeopleService.LocalService
|
/frameworks/base/core/api/ |
D | system-current.txt | 2394 …method public void notifyLaunchLocationShown(@NonNull String, @NonNull java.util.List<android.app.…
|