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);
151 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale);
/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java193 private final IVoiceInteractionManagerService mModelManagementService; field in class:AlwaysOnHotwordDetector
347 mModelManagementService = modelManagementService;
576 code = mModelManagementService.startRecognition(mVoiceInteractionService,
592 code = mModelManagementService.stopRecognition(
725 mModelManagementService.getDspModuleProperties(mVoiceInteractionService);
745 return mModelManagementService.isEnrolledForKeyphrase(

Completed in 391 milliseconds