Searched refs:mHotwordDetectionPersonalized (Results 1 – 1 of 1) sorted by relevance
191 private boolean mHotwordDetectionPersonalized = false; field in HotwordDetectedResult518 .setHotwordDetectionPersonalized(mHotwordDetectionPersonalized) in buildUpon()647 this.mHotwordDetectionPersonalized = hotwordDetectionPersonalized; in HotwordDetectedResult()719 return mHotwordDetectionPersonalized; in isHotwordDetectionPersonalized()809 "hotwordDetectionPersonalized = " + mHotwordDetectionPersonalized + ", " + in toString()838 && mHotwordDetectionPersonalized == that.mHotwordDetectionPersonalized in equals()860 _hash = 31 * _hash + Boolean.hashCode(mHotwordDetectionPersonalized); in hashCode()877 if (mHotwordDetectionPersonalized) flg |= 0x40; in writeToParcel()929 this.mHotwordDetectionPersonalized = hotwordDetectionPersonalized; in HotwordDetectedResult()971 private boolean mHotwordDetectionPersonalized; field in HotwordDetectedResult.Builder[all …]