Searched refs:mVoiceInteractionManagerService (Results 1 – 3 of 3) sorted by relevance
119 if (mVoiceInteractionManagerService != null) { in showSessionForActiveServiceInternal()140 if (mVoiceInteractionManagerService != null) { in getActiveServiceSupportedActions()141 mVoiceInteractionManagerService in getActiveServiceSupportedActions()155 if (mVoiceInteractionManagerService != null) { in launchVoiceAssistFromKeyguard()165 return mVoiceInteractionManagerService != null in activeServiceSupportsAssistGesture()175 return mVoiceInteractionManagerService != null in activeServiceSupportsLaunchFromKeyguard()185 if (mVoiceInteractionManagerService != null) { in getActiveServiceComponentName()198 return mVoiceInteractionManagerService != null in isSessionRunning()208 if (mVoiceInteractionManagerService != null) { in hideCurrentSession()218 if (mVoiceInteractionManagerService != null) { in onLockscreenShown()[all …]
51 private final IVoiceInteractionManagerService mVoiceInteractionManagerService; field in KeyphraseModelManager61 mVoiceInteractionManagerService = voiceInteractionManagerService; in KeyphraseModelManager()89 return mVoiceInteractionManagerService.getKeyphraseSoundModel(keyphraseId, in getKeyphraseSoundModel()118 int status = mVoiceInteractionManagerService.updateKeyphraseSoundModel(model); in updateKeyphraseSoundModel()150 int status = mVoiceInteractionManagerService.deleteKeyphraseSoundModel(keyphraseId, in deleteKeyphraseSoundModel()173 mVoiceInteractionManagerService.setModelDatabaseForTestEnabled(enabled, new Binder()); in setModelDatabaseForTestEnabled()
1042 @Nullable private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in Activity1664 if (mVoiceInteractionManagerService == null) { in notifyVoiceInteractionManagerServiceActivityEvent()1665 mVoiceInteractionManagerService = IVoiceInteractionManagerService.Stub.asInterface( in notifyVoiceInteractionManagerServiceActivityEvent()1667 if (mVoiceInteractionManagerService == null) { in notifyVoiceInteractionManagerServiceActivityEvent()1674 mVoiceInteractionManagerService.notifyActivityEventChanged(mToken, type); in notifyVoiceInteractionManagerServiceActivityEvent()