Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DHotwordDetectedResult.java191 private boolean mHotwordDetectionPersonalized = false; field in HotwordDetectedResult
518 .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 …]