Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/appprediction/
DIPredictionService.aidl53 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() method
DAppPredictionService.java136 public void onDestroyPredictionSession(AppPredictionSessionId sessionId) {
282 onDestroyPredictionSession(sessionId); in doDestroyPredictionSession()
291 public void onDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) {} in onDestroyPredictionSession() method in AppPredictionService
/frameworks/base/core/java/android/app/prediction/
DIPredictionManager.aidl51 void onDestroyPredictionSession(in AppPredictionSessionId sessionId); in onDestroyPredictionSession() method
DAppPredictor.java316 mPredictionManager.onDestroyPredictionSession(mSessionId); in destroySessionLocked()
/frameworks/base/services/appprediction/java/com/android/server/appprediction/
DAppPredictionManagerService.java161 public void onDestroyPredictionSession(@NonNull AppPredictionSessionId sessionId) { in onDestroyPredictionSession() method in AppPredictionManagerService.PredictionManagerServiceStub
DAppPredictionPerUserService.java237 s -> s.onDestroyPredictionSession(sessionId)); in onDestroyPredictionSessionLocked()
/frameworks/base/services/tests/servicestests/src/com/android/server/people/
DPeopleServiceTest.java181 mServiceInternal.onDestroyPredictionSession(mSessionId); in testRegisterCallbacks()
/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java455 public void onDestroyPredictionSession(AppPredictionSessionId sessionId) { in onDestroyPredictionSession() method in PeopleService.LocalService
/frameworks/base/core/api/
Dsystem-current.txt12327 …method @MainThread public void onDestroyPredictionSession(@NonNull android.app.prediction.AppPredi…