Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAssistUtils.java119 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 …]
/aosp14/frameworks/base/media/java/android/media/voice/
H A DKeyphraseModelManager.java51 private final IVoiceInteractionManagerService mVoiceInteractionManagerService; field in KeyphraseModelManager
61 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()
/aosp14/frameworks/base/core/java/android/app/
H A DActivity.java1042 @Nullable private IVoiceInteractionManagerService mVoiceInteractionManagerService; field in Activity
1664 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()