Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/people/java/com/android/server/people/
H A DPeopleService.java402 runForSession(sessionId, in notifyAppTargetEvent()
409 runForSession(sessionId, in notifyLaunchLocationShown()
417 runForSession(sessionId, in sortAppTargets()
426 runForSession(sessionId, sessionInfo -> sessionInfo.addCallback(callback)); in registerPredictionUpdates()
432 runForSession(sessionId, sessionInfo -> sessionInfo.removeCallback(callback)); in unregisterPredictionUpdates()
437 runForSession(sessionId, in requestPredictionUpdate()
443 runForSession(sessionId, sessionInfo -> { in onDestroyPredictionSession()
470 private void runForSession(AppPredictionSessionId sessionId, Consumer<SessionInfo> method) { in runForSession() method in PeopleService.LocalService