HomeSort by relevance Sort by last modified time
    Searched defs:mActiveSession (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
VoiceInteractionManagerServiceImpl.java 78 VoiceInteractionSessionConnection mActiveSession;
88 if (mActiveSession != null && mActiveSession.mSession != null) {
90 mActiveSession.mSession.closeSystemDialogs();
158 if (mActiveSession == null) {
159 mActiveSession = new VoiceInteractionSessionConnection(mServiceStub,
169 return mActiveSession.showLocked(args, flags, mDisabledShowContext, showCallback,
174 if (mActiveSession != null) {
175 return mActiveSession.hideLocked();
182 if (mActiveSession == null || token != mActiveSession.mToken)
    [all...]
VoiceInteractionManagerService.java 205 mImpl.mActiveSession.mSession,
206 mImpl.mActiveSession.mInteractor);
    [all...]

Completed in 48 milliseconds