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

  /frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DatabaseHelper.java 125 KeyphraseSoundModel soundModel = getKeyphraseSoundModel(keyphraseId, userHandle,
149 public KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, int userHandle,
VoiceInteractionManagerService.java 462 public KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, String bcp47Locale) {
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);
    [all...]

Completed in 65 milliseconds