Searched refs: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.java194 private final IVoiceInteractionManagerService mModelManagementService; field in class:AlwaysOnHotwordDetector
348 mModelManagementService = modelManagementService;
577 code = mModelManagementService.startRecognition(mVoiceInteractionService,
593 code = mModelManagementService.stopRecognition(
730 mModelManagementService.getDspModuleProperties(mVoiceInteractionService);
750 return mModelManagementService.isEnrolledForKeyphrase(

Completed in 143 milliseconds