Searched refs:apiPhrase (Results 1 – 1 of 1) sorted by relevance
137 public static Phrase api2aidlPhrase(SoundTrigger.Keyphrase apiPhrase) { in api2aidlPhrase() argument139 aidlPhrase.id = apiPhrase.getId(); in api2aidlPhrase()140 aidlPhrase.recognitionModes = api2aidlRecognitionModes(apiPhrase.getRecognitionModes()); in api2aidlPhrase()141 aidlPhrase.users = Arrays.copyOf(apiPhrase.getUsers(), apiPhrase.getUsers().length); in api2aidlPhrase()142 aidlPhrase.locale = apiPhrase.getLocale().toLanguageTag(); in api2aidlPhrase()143 aidlPhrase.text = apiPhrase.getText(); in api2aidlPhrase()