Merge "Add toString to ST recog event types" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
05da757a7f
@@ -21,6 +21,7 @@ import android.media.soundtrigger.PhraseRecognitionEvent;
|
||||
* Wrapper to android.media.soundtrigger.RecognitionEvent providing additional fields used by the
|
||||
* framework.
|
||||
*/
|
||||
@JavaDerive(equals = true, toString = true)
|
||||
parcelable PhraseRecognitionEventSys {
|
||||
|
||||
PhraseRecognitionEvent phraseRecognitionEvent;
|
||||
|
||||
@@ -21,6 +21,7 @@ import android.media.soundtrigger.RecognitionEvent;
|
||||
* Wrapper to android.media.soundtrigger.RecognitionEvent providing additional fields used by the
|
||||
* framework.
|
||||
*/
|
||||
@JavaDerive(equals = true, toString = true)
|
||||
parcelable RecognitionEventSys {
|
||||
|
||||
RecognitionEvent recognitionEvent;
|
||||
|
||||
Reference in New Issue
Block a user