Searched refs:getKeyphraseSoundModel (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DIVoiceInteractionManagerService.aidl42 SoundTrigger.KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, in String bcp47Locale);
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/
H A DEnrollmentUtil.java123 model = mModelManagementService.getKeyphraseSoundModel(keyphraseId, bcp47Locale);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java125 KeyphraseSoundModel soundModel = getKeyphraseSoundModel(keyphraseId, userHandle,
149 public KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, int userHandle, method in class:DatabaseHelper
H A DVoiceInteractionManagerService.java462 public KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, String bcp47Locale) { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
472 throw new IllegalArgumentException("Illegal argument(s) in getKeyphraseSoundModel");
478 return mDbHelper.getKeyphraseSoundModel(keyphraseId, callingUid, bcp47Locale);
569 mDbHelper.getKeyphraseSoundModel(keyphraseId, callingUid, bcp47Locale);
616 mDbHelper.getKeyphraseSoundModel(keyphraseId, callingUid, bcp47Locale);

Completed in 354 milliseconds