Searched refs:runForSession (Results 1 – 1 of 1) sorted by relevance
402 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