Searched refs:mSystemService (Results 1 – 4 of 4) sorted by relevance
198 IVoiceInteractionManagerService mSystemService; field in VoiceInteractionService300 mSystemService.setDisabledShowContext(flags); in setDisabledShowContext()310 return mSystemService.getDisabledShowContext(); in getDisabledShowContext()329 if (mSystemService == null) { in showSession()373 Objects.requireNonNull(mSystemService); in onReady()716 if (mSystemService == null) {879 if (mSystemService == null) { in createHotwordDetectorInternal()958 if (mSystemService == null) { in createVisualQueryDetector()1003 if (mSystemService == null) { in createKeyphraseModelManager()1007 return new KeyphraseModelManager(mSystemService); in createKeyphraseModelManager()[all …]
48 IVoiceInteractionManagerService mSystemService; field in VoiceInteractionSessionService75 mSystemService = IVoiceInteractionManagerService.Stub.asInterface( in onCreate()129 mSession.doCreate(mSystemService, token); in doNewSession()139 return mSystemService.deliverNewSession(token, mSession.mSession, mSession.mInteractor); in deliverSession()
192 IVoiceInteractionManagerService mSystemService; field in VoiceInteractionSession1135 mSystemService = service; in doCreate()1353 mSystemService.setSessionWindowVisible(mToken, true); in showWindow()1364 mSystemService.setSessionWindowVisible(mToken, false); in ensureWindowHidden()1377 mSystemService.setDisabledShowContext(flags); in setDisabledShowContext()1388 return mSystemService.getDisabledShowContext(); in getDisabledShowContext()1405 return mSystemService.getUserDisabledShowContext(); in getUserDisabledShowContext()1444 mSystemService.hideSessionFromSession(mToken); in hide()1722 mSystemService.setKeepAwake(mToken, keepAwake); in setKeepAwake()1737 mSystemService.closeSystemDialogs(mToken); in closeSystemDialogs()[all …]
50617 Landroid/service/voice/VoiceInteractionService;->mSystemService:Lcom/android/internal/app/IVoiceInt…50713 Landroid/service/voice/VoiceInteractionSession;->mSystemService:Lcom/android/internal/app/IVoiceInt…50732 Landroid/service/voice/VoiceInteractionSessionService;->mSystemService:Lcom/android/internal/app/IV…