Home
last modified time | relevance | path

Searched refs:mVoiceInteractionManagerService (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java73 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 …]
/aosp12/frameworks/base/media/java/android/media/voice/
H A DKeyphraseModelManager.java49 private final IVoiceInteractionManagerService mVoiceInteractionManagerService; field in KeyphraseModelManager
59 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()
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DPowerComponentHandler.java392 private final IVoiceInteractionManagerService mVoiceInteractionManagerService; field in PowerComponentHandler.VoiceInteractionPowerComponentMediator
399 mVoiceInteractionManagerService = IVoiceInteractionManagerService.Stub.asInterface( in VoiceInteractionPowerComponentMediator()
402 mVoiceInteractionManagerService = mVoiceInteractionServiceHolder; in VoiceInteractionPowerComponentMediator()
408 return mVoiceInteractionManagerService != null; in isComponentAvailable()
419 mVoiceInteractionManagerService.setDisabled(!enabled); in setEnabled()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DPowerComponentHandlerUnitTest.java64 private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in PowerComponentHandlerUnitTest
72 mVoiceInteractionManagerService, new AtomicFile(mComponentStateFile.getFile())); in setUp()
H A DCarPowerManagementServiceUnitTest.java129 private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in CarPowerManagementServiceUnitTest
152 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()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
H A DCarPowerManagerUnitTest.java123 private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in CarPowerManagerUnitTest
410 mVoiceInteractionManagerService, new AtomicFile(mComponentStateFile.getFile())); in setService()