Home
last modified time | relevance | path

Searched defs:onDestroyPredictionSession (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/appprediction/
H A DIPredictionService.aidl52 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() method
H A DAppPredictionService.java277 public void onDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) {} in onDestroyPredictionSession() method in AppPredictionService
/aosp12/frameworks/base/core/java/android/app/prediction/
H A DIPredictionManager.aidl50 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() method
/aosp12/packages/apps/OnDeviceAppPrediction/src/com/android/apppredictionservice/
H A DPredictionService.java233 public void onDestroyPredictionSession(AppPredictionSessionId sessionId) { in onDestroyPredictionSession() method in PredictionService
/aosp12/frameworks/base/services/appprediction/java/com/android/server/appprediction/
H A DAppPredictionManagerService.java160 public void onDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) { in onDestroyPredictionSession() method in AppPredictionManagerService.PredictionManagerServiceStub
/aosp12/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java440 public void onDestroyPredictionSession(AppPredictionSessionId sessionId) { in onDestroyPredictionSession() method in PeopleService.LocalService