Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java227 public static final String KEY_TIMESTAMP_MILLIS = "timestamp_millis"; field in Utils
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainHotwordDetectionService.java411 long optionsTimestampMillis = options.getLong(Utils.KEY_TIMESTAMP_MILLIS, in onUpdateState()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DAlwaysOnHotwordDetectorTest.java1177 options.putLong(Utils.KEY_TIMESTAMP_MILLIS, SystemClock.elapsedRealtime()); in testDestroy_destroyAndRecreateCreatesNewHotwordDetectionService()