Searched refs:runForSession (Results 1 – 1 of 1) sorted by relevance
415 runForSession(sessionId, in notifyAppTargetEvent()422 runForSession(sessionId, in notifyLaunchLocationShown()430 runForSession(sessionId, in sortAppTargets()439 runForSession(sessionId, sessionInfo -> sessionInfo.addCallback(callback)); in registerPredictionUpdates()445 runForSession(sessionId, sessionInfo -> sessionInfo.removeCallback(callback)); in unregisterPredictionUpdates()450 runForSession(sessionId, in requestPredictionUpdate()456 runForSession(sessionId, sessionInfo -> { in onDestroyPredictionSession()487 private void runForSession(AppPredictionSessionId sessionId, Consumer<SessionInfo> method) { in runForSession() method in PeopleService.LocalService