Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java78 VoiceInteractionSessionConnection mActiveSession; field in VoiceInteractionManagerServiceImpl
88 if (mActiveSession != null && mActiveSession.mSession != null) {
90 mActiveSession.mSession.closeSystemDialogs();
158 if (mActiveSession == null) { in showSessionLocked()
159 mActiveSession = new VoiceInteractionSessionConnection(mServiceStub, in showSessionLocked()
169 return mActiveSession.showLocked(args, flags, mDisabledShowContext, showCallback, in showSessionLocked()
174 if (mActiveSession != null) { in hideSessionLocked()
175 return mActiveSession.hideLocked(); in hideSessionLocked()
182 if (mActiveSession == null || token != mActiveSession.mToken) { in deliverNewSessionLocked()
186 mActiveSession.deliverNewSessionLocked(session, interactor); in deliverNewSessionLocked()
[all …]
DVoiceInteractionManagerService.java205 mImpl.mActiveSession.mSession, in startLocalVoiceInteraction()
206 mImpl.mActiveSession.mInteractor); in startLocalVoiceInteraction()
1005 if (mImpl.mActiveSession != null && mImpl.mActiveSession.mSession != null) { in hideCurrentSession()
1007 mImpl.mActiveSession.mSession.closeSystemDialogs(); in hideCurrentSession()
1040 return mImpl != null && mImpl.mActiveSession != null; in isSessionRunning()
1070 if (mImpl.mActiveSession != null && mImpl.mActiveSession.mSession != null) { in onLockscreenShown()
1072 mImpl.mActiveSession.mSession.onLockscreenShown(); in onLockscreenShown()