Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectedResultTest.java47 final int bitsForHotwordOffsetMillis = Utils.bitCount(Utils.LIMIT_HOTWORD_OFFSET_MAX_VALUE); in testHotwordDetectedResult_totalSize()
138 Utils.LIMIT_HOTWORD_OFFSET_MAX_VALUE + 1).build()); in testHotwordDetectedResult_setInvalidHotwordOffsetMillis()
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java58 public static final int LIMIT_HOTWORD_OFFSET_MAX_VALUE = 60 * 60 * 1000; // 1 hour field in Utils