Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java162 verifyProximityBundle(hotwordDetectedResult1, null); in testAttentionService_onDetectFromDsp()
174 verifyProximityBundle(hotwordDetectedResult2, null); in testAttentionService_onDetectFromDsp()
186 verifyProximityBundle(hotwordDetectedResult3, PROXIMITY_NEAR); in testAttentionService_onDetectFromDsp()
198 verifyProximityBundle(hotwordDetectedResult4, PROXIMITY_FAR); in testAttentionService_onDetectFromDsp()
221 verifyProximityBundle(hotwordDetectedResult, null); in testAttentionService_onDetectFromMic_noUpdates()
247 verifyProximityBundle(hotwordDetectedResult, null); in testAttentionService_onDetectFromMic_unknownProximity()
273 verifyProximityBundle(hotwordDetectedResult, PROXIMITY_NEAR); in testAttentionService_onDetectFromMic_updatedProximity()
301 verifyProximityBundle(hotwordDetectedResult, null); in testAttentionService_onDetectFromExternalSource_doesNotReceiveProximity()
389 private void verifyProximityBundle(HotwordDetectedResult hotwordDetectedResult, in verifyProximityBundle() method in HotwordDetectionServiceProximityTest