Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/voice/
DHotwordDetectedResult.java227 private final int mHotwordPhraseId; field in HotwordDetectedResult
401 Preconditions.checkArgumentInRange(mHotwordPhraseId, 0, getMaxHotwordPhraseId(), in onConstructed()
521 .setHotwordPhraseId(mHotwordPhraseId) in buildUpon()
650 this.mHotwordPhraseId = hotwordPhraseId; in HotwordDetectedResult()
749 return mHotwordPhraseId; in getHotwordPhraseId()
812 "hotwordPhraseId = " + mHotwordPhraseId + ", " + in toString()
841 && mHotwordPhraseId == that.mHotwordPhraseId in equals()
863 _hash = 31 * _hash + mHotwordPhraseId; in hashCode()
888 dest.writeInt(mHotwordPhraseId); in writeToParcel()
932 this.mHotwordPhraseId = hotwordPhraseId; in HotwordDetectedResult()
[all …]