HomeSort by relevance Sort by last modified time
    Searched refs:mModelManagementService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
EnrollmentUtil.java 73 private final IVoiceInteractionManagerService mModelManagementService;
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/
AlwaysOnHotwordDetector.java 193 private final IVoiceInteractionManagerService mModelManagementService;
347 mModelManagementService = modelManagementService;
576 code = mModelManagementService.startRecognition(mVoiceInteractionService,
592 code = mModelManagementService.stopRecognition(
725 mModelManagementService.getDspModuleProperties(mVoiceInteractionService);
745 return mModelManagementService.isEnrolledForKeyphrase(

Completed in 78 milliseconds