Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSessionService.java67 ServiceManager.getService(Context.VOICE_INTERACTION_MANAGER_SERVICE)); in onCreate()
DVoiceInteractionService.java171 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/android/content/
DContext.java2641 public static final String VOICE_INTERACTION_MANAGER_SERVICE = "voiceinteraction"; field in Context
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java86 publishBinderService(Context.VOICE_INTERACTION_MANAGER_SERVICE, mServiceStub); in onStart()