Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/frameworks/base/core/java/android/app/prediction/
H A DIPredictionManager.aidl50 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() method
/aosp14/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
/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java442 public void onDestroyPredictionSession(AppPredictionSessionId sessionId) { in onDestroyPredictionSession() method in PeopleService.LocalService