Searched defs:deleteKeyphraseSoundModel (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DDatabaseHelper.java181 public boolean deleteKeyphraseSoundModel(int keyphraseId, int userHandle, String bcp47Locale) { method in class:DatabaseHelper
H A DVoiceInteractionManagerService.java844 public int deleteKeyphraseSoundModel(int keyphraseId, String bcp47Locale) { method in class:VoiceInteractionManagerService.VoiceInteractionManagerServiceStub
849 "Illegal argument(s) in deleteKeyphraseSoundModel");
860 deleted = mDbHelper.deleteKeyphraseSoundModel(keyphraseId, callingUid, bcp47Locale);

Completed in 90 milliseconds