Searched defs:getKeyphraseSoundModel (Results 1 - 2 of 2) sorted by last modified time

/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.java629 public KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, String bcp47Locale) { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
633 throw new IllegalArgumentException("Illegal argument(s) in getKeyphraseSoundModel");
639 return mDbHelper.getKeyphraseSoundModel(keyphraseId, callingUid, bcp47Locale);
718 mDbHelper.getKeyphraseSoundModel(keyphraseId, callingUid, bcp47Locale);
765 mDbHelper.getKeyphraseSoundModel(keyphraseId, callingUid, bcp47Locale);

Completed in 80 milliseconds