HomeSort by relevance Sort by last modified time
    Searched defs: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);
150 status = mModelManagementService.deleteKeyphraseSoundModel(keyphraseId, bcp47Locale);
  /frameworks/base/core/java/android/service/voice/
AlwaysOnHotwordDetector.java 192 private final IVoiceInteractionManagerService mModelManagementService;
346 mModelManagementService = modelManagementService;
575 code = mModelManagementService.startRecognition(mVoiceInteractionService,
591 code = mModelManagementService.stopRecognition(
728 mModelManagementService.getDspModuleProperties(mVoiceInteractionService);
748 return mModelManagementService.isEnrolledForKeyphrase(

Completed in 59 milliseconds