Searched defs:keyphraseId (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/com/android/internal/app/ |
D | IVoiceInteractionManagerService.aidl | 42 SoundTrigger.KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, in String bcp47Locale); in getKeyphraseSoundModel() 53 int deleteKeyphraseSoundModel(int keyphraseId, in String bcp47Locale); in deleteKeyphraseSoundModel() 67 boolean isEnrolledForKeyphrase(IVoiceInteractionService service, int keyphraseId, in isEnrolledForKeyphrase() 72 int startRecognition(in IVoiceInteractionService service, int keyphraseId, in startRecognition() 78 int stopRecognition(in IVoiceInteractionService service, int keyphraseId, in stopRecognition()
|
/frameworks/base/tests/VoiceEnrollment/src/com/android/test/voiceenrollment/ |
D | EnrollmentUtil.java | 115 public KeyphraseSoundModel getSoundModel(int keyphraseId, String bcp47Locale) { in getSoundModel() 143 public boolean deleteSoundModel(int keyphraseId, String bcp47Locale) { in deleteSoundModel()
|
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/ |
D | VoiceInteractionManagerService.java | 449 public KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, String bcp47Locale) { in getKeyphraseSoundModel() 503 public int deleteKeyphraseSoundModel(int keyphraseId, String bcp47Locale) { in deleteKeyphraseSoundModel() 538 public boolean isEnrolledForKeyphrase(IVoiceInteractionService service, int keyphraseId, in isEnrolledForKeyphrase() 583 public int startRecognition(IVoiceInteractionService service, int keyphraseId, in startRecognition() 619 public int stopRecognition(IVoiceInteractionService service, int keyphraseId, in stopRecognition()
|
D | DatabaseHelper.java | 121 public boolean deleteKeyphraseSoundModel(int keyphraseId, int userHandle, String bcp47Locale) { in deleteKeyphraseSoundModel() 149 public KeyphraseSoundModel getKeyphraseSoundModel(int keyphraseId, int userHandle, in getKeyphraseSoundModel()
|
D | SoundTriggerHelper.java | 119 int startRecognition(int keyphraseId, in startRecognition() 241 int stopRecognition(int keyphraseId, IRecognitionStatusCallback listener) { in stopRecognition()
|
/frameworks/base/core/java/android/service/voice/ |
D | AlwaysOnHotwordDetector.java | 743 private boolean internalGetIsEnrolled(int keyphraseId, Locale locale) { in internalGetIsEnrolled()
|