Home
last modified time | relevance | path

Searched refs:onDestroyPredictionSession (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/appprediction/
H A DAppPredictionService.java132 public void onDestroyPredictionSession(AppPredictionSessionId sessionId) {
268 onDestroyPredictionSession(sessionId); in doDestroyPredictionSession()
277 public void onDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) {} in onDestroyPredictionSession() method in AppPredictionService
H A DIPredictionService.aidl52 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() method
/aosp14/frameworks/base/core/java/android/app/prediction/
H A DIPredictionManager.aidl50 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() method
H A DAppPredictor.java284 mPredictionManager.onDestroyPredictionSession(mSessionId); in destroySessionLocked()
/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
H A DAppPredictionPerUserService.java236 s -> s.onDestroyPredictionSession(sessionId)); in onDestroyPredictionSessionLocked()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/people/
H A DPeopleServiceTest.java164 mServiceInternal.onDestroyPredictionSession(mSessionId); in testRegisterCallbacks()
/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
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12004 …method @MainThread public void onDestroyPredictionSession(@NonNull android.app.prediction.AppPredi…