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()
321 private final IVoiceInteractionManagerService mModelManagementService; field in AlwaysOnHotwordDetector906 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()
49882 Landroid/service/voice/AlwaysOnHotwordDetector;->mModelManagementService:Lcom/android/internal/app/…