Searched refs:mModelManagementService (Results 1 – 3 of 3) sorted by relevance
73 private final IVoiceInteractionManagerService mModelManagementService; field in EnrollmentUtil76 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()
320 private final IVoiceInteractionManagerService mModelManagementService; field in AlwaysOnHotwordDetector868 mModelManagementService = modelManagementService; in AlwaysOnHotwordDetector()887 moduleProperties = mModelManagementService in initialize()900 mModelManagementService.createSoundTriggerSessionAsOriginator( in initialize()992 mModelManagementService.triggerHardwareRecognitionEventForTest( in triggerHardwareRecognitionEventForTest()1847 mKeyphraseMetadata = mModelManagementService.getEnrolledKeyphraseMetadata( in internalUpdateEnrolledKeyphraseMetadata()
50525 Landroid/service/voice/AlwaysOnHotwordDetector;->mModelManagementService:Lcom/android/internal/app/…