Home
last modified time | relevance | path

Searched refs:mModelManagementService (Results 1 – 3 of 3) 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()
150 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale); in deleteSoundModel()
/frameworks/base/core/java/android/service/voice/
DAlwaysOnHotwordDetector.java321 private final IVoiceInteractionManagerService mModelManagementService; field in AlwaysOnHotwordDetector
906 mModelManagementService = modelManagementService; in AlwaysOnHotwordDetector()
929 moduleProperties = mModelManagementService in initialize()
942 mModelManagementService.createSoundTriggerSessionAsOriginator( in initialize()
1034 mModelManagementService.triggerHardwareRecognitionEventForTest( in triggerHardwareRecognitionEventForTest()
1903 mKeyphraseMetadata = mModelManagementService.getEnrolledKeyphraseMetadata( in internalUpdateEnrolledKeyphraseMetadata()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt49882 Landroid/service/voice/AlwaysOnHotwordDetector;->mModelManagementService:Lcom/android/internal/app/…