Searched defs:deleteKeyphraseSoundModel (Results 1 – 6 of 6) sorted by relevance
54 boolean deleteKeyphraseSoundModel(int keyphraseId, int userHandle, String bcp47Locale); in deleteKeyphraseSoundModel() method
108 public boolean deleteKeyphraseSoundModel(int keyphraseId, int userHandle, String bcp47Locale) { in deleteKeyphraseSoundModel() method in TestModelEnrollmentDatabase
193 public boolean deleteKeyphraseSoundModel(int keyphraseId, int userHandle, String bcp47Locale) { in deleteKeyphraseSoundModel() method in DatabaseHelper
1696 public int deleteKeyphraseSoundModel(int keyphraseId, String bcp47Locale) { in deleteKeyphraseSoundModel() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
147 public void deleteKeyphraseSoundModel(int keyphraseId, @NonNull Locale locale) { in deleteKeyphraseSoundModel() method in KeyphraseModelManager
100 int deleteKeyphraseSoundModel(int keyphraseId, in String bcp47Locale); in deleteKeyphraseSoundModel() method