Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSessionService.java71 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE)); in onCreate()
DVoiceInteractionService.java225 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE)); in onReady()
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DEnrollmentUtil.java77 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE)); in EnrollmentUtil()
/frameworks/base/core/java/com/android/internal/app/
DAssistUtils.java49 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE)); in AssistUtils()
/frameworks/base/core/java/android/content/
DContext.java3641 public static final String VOICE_INTERACTION_MANAGER_SERVICE = "voiceinteraction"; field in Context
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java120 publishBinderService(Context.VOICE_INTERACTION_MANAGER_SERVICE, mServiceStub); in onStart()