Searched refs:mAudioChannel (Results 1 – 1 of 1) sorted by relevance
185 private int mAudioChannel = AUDIO_CHANNEL_UNSET; field in HotwordDetectedResult413 if (mAudioChannel != AUDIO_CHANNEL_UNSET) { in onConstructed()414 Preconditions.checkArgumentInRange(mAudioChannel, 0, LIMIT_AUDIO_CHANNEL_MAX_VALUE, in onConstructed()517 .setAudioChannel(mAudioChannel) in buildUpon()646 this.mAudioChannel = audioChannel; in HotwordDetectedResult()710 return mAudioChannel; in getAudioChannel()808 "audioChannel = " + mAudioChannel + ", " + in toString()837 && mAudioChannel == that.mAudioChannel in equals()859 _hash = 31 * _hash + mAudioChannel; in hashCode()885 dest.writeInt(mAudioChannel); in writeToParcel()[all …]