Searched refs:mVoiceInteractionManagerService (Results 1 – 6 of 6) sorted by relevance
73 if (mVoiceInteractionManagerService != null) { in showSessionForActiveService()94 if (mVoiceInteractionManagerService != null) { in getActiveServiceSupportedActions()95 mVoiceInteractionManagerService in getActiveServiceSupportedActions()109 if (mVoiceInteractionManagerService != null) { in launchVoiceAssistFromKeyguard()119 return mVoiceInteractionManagerService != null in activeServiceSupportsAssistGesture()129 return mVoiceInteractionManagerService != null in activeServiceSupportsLaunchFromKeyguard()139 if (mVoiceInteractionManagerService != null) { in getActiveServiceComponentName()152 return mVoiceInteractionManagerService != null in isSessionRunning()162 if (mVoiceInteractionManagerService != null) { in hideCurrentSession()172 if (mVoiceInteractionManagerService != null) { in onLockscreenShown()[all …]
49 private final IVoiceInteractionManagerService mVoiceInteractionManagerService; field in KeyphraseModelManager59 mVoiceInteractionManagerService = voiceInteractionManagerService; in KeyphraseModelManager()87 return mVoiceInteractionManagerService.getKeyphraseSoundModel(keyphraseId, in getKeyphraseSoundModel()116 int status = mVoiceInteractionManagerService.updateKeyphraseSoundModel(model); in updateKeyphraseSoundModel()148 int status = mVoiceInteractionManagerService.deleteKeyphraseSoundModel(keyphraseId, in deleteKeyphraseSoundModel()
392 private final IVoiceInteractionManagerService mVoiceInteractionManagerService; field in PowerComponentHandler.VoiceInteractionPowerComponentMediator399 mVoiceInteractionManagerService = IVoiceInteractionManagerService.Stub.asInterface( in VoiceInteractionPowerComponentMediator()402 mVoiceInteractionManagerService = mVoiceInteractionServiceHolder; in VoiceInteractionPowerComponentMediator()408 return mVoiceInteractionManagerService != null; in isComponentAvailable()419 mVoiceInteractionManagerService.setDisabled(!enabled); in setEnabled()
64 private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in PowerComponentHandlerUnitTest72 mVoiceInteractionManagerService, new AtomicFile(mComponentStateFile.getFile())); in setUp()
129 private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in CarPowerManagementServiceUnitTest152 mVoiceInteractionManagerService, new AtomicFile(mComponentStateFile.getFile())); in setUp()182 mVoiceInteractionManagerService, new AtomicFile(mComponentStateFile.getFile())); in setService()667 verify(mVoiceInteractionManagerService, in assertVoiceInteractionEnabled()672 verify(mVoiceInteractionManagerService, in assertVoiceInteractionDisabled()
123 private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in CarPowerManagerUnitTest410 mVoiceInteractionManagerService, new AtomicFile(mComponentStateFile.getFile())); in setService()