Home
last modified time | relevance | path

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

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java165 CtsTestAttentionService.respondProximity(PROXIMITY_UNKNOWN); in testAttentionService_onDetectFromDsp()
177 CtsTestAttentionService.respondProximity(PROXIMITY_NEAR_METERS); in testAttentionService_onDetectFromDsp()
189 CtsTestAttentionService.respondProximity(PROXIMITY_FAR_METERS); in testAttentionService_onDetectFromDsp()
236 CtsTestAttentionService.respondProximity(PROXIMITY_UNKNOWN); in testAttentionService_onDetectFromMic_unknownProximity()
262 CtsTestAttentionService.respondProximity(PROXIMITY_NEAR_METERS); in testAttentionService_onDetectFromMic_updatedProximity()
287 CtsTestAttentionService.respondProximity(PROXIMITY_FAR); in testAttentionService_onDetectFromExternalSource_doesNotReceiveProximity()
/cts/tests/attentionservice/src/android/attentionservice/cts/
DCtsTestAttentionService.java83 public static void respondProximity(double distance) { in respondProximity() method in CtsTestAttentionService
DCtsAttentionServiceDeviceTest.java105 CtsTestAttentionService.respondProximity( in testProximityUpdates_OnSuccess()