Searched defs:mModelManagementService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java73 private final IVoiceInteractionManagerService mModelManagementService; field in class:EnrollmentUtil
76 mModelManagementService = IVoiceInteractionManagerService.Stub.asInterface(
96 status = mModelManagementService.updateKeyphraseSoundModel(soundModel);
123 model = mModelManagementService.getKeyphraseSoundModel(keyphraseId, bcp47Locale);
150 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale);
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java192 private final IVoiceInteractionManagerService mModelManagementService; field in class:AlwaysOnHotwordDetector
346 mModelManagementService = modelManagementService;
575 code = mModelManagementService.startRecognition(mVoiceInteractionService,
591 code = mModelManagementService.stopRecognition(
728 mModelManagementService.getDspModuleProperties(mVoiceInteractionService);
748 return mModelManagementService.isEnrolledForKeyphrase(

Completed in 102 milliseconds