Home
last modified time | relevance | path

Searched refs:apiPhrase (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/soundtrigger/
DConversionUtil.java132 public static Phrase api2aidlPhrase(SoundTrigger.Keyphrase apiPhrase) { in api2aidlPhrase() argument
134 aidlPhrase.id = apiPhrase.getId(); in api2aidlPhrase()
135 aidlPhrase.recognitionModes = api2aidlRecognitionModes(apiPhrase.getRecognitionModes()); in api2aidlPhrase()
136 aidlPhrase.users = Arrays.copyOf(apiPhrase.getUsers(), apiPhrase.getUsers().length); in api2aidlPhrase()
137 aidlPhrase.locale = apiPhrase.getLocale().toLanguageTag(); in api2aidlPhrase()
138 aidlPhrase.text = apiPhrase.getText(); in api2aidlPhrase()