Home
last modified time | relevance | path

Searched refs:mModelManagementService (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
DEnrollmentUtil.java73 private final IVoiceInteractionManagerService mModelManagementService; field in EnrollmentUtil
76 mModelManagementService = IVoiceInteractionManagerService.Stub.asInterface( in EnrollmentUtil()
96 status = mModelManagementService.updateKeyphraseSoundModel(soundModel); in addOrUpdateSoundModel()
123 model = mModelManagementService.getKeyphraseSoundModel(keyphraseId, bcp47Locale); in getSoundModel()
151 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale); in deleteSoundModel()
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java193 private final IVoiceInteractionManagerService mModelManagementService; field in AlwaysOnHotwordDetector
347 mModelManagementService = modelManagementService; in AlwaysOnHotwordDetector()
576 code = mModelManagementService.startRecognition(mVoiceInteractionService, in startRecognitionLocked()
592 code = mModelManagementService.stopRecognition( in stopRecognitionLocked()
725 mModelManagementService.getDspModuleProperties(mVoiceInteractionService); in internalGetInitialAvailability()
745 return mModelManagementService.isEnrolledForKeyphrase( in internalGetIsEnrolled()