Home
last modified time | relevance | path

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

/cts/tests/attentionservice/src/android/attentionservice/cts/
DCtsAttentionServiceDeviceTest.java56 CtsTestAttentionService.class.getPackage().getName();
82 CtsTestAttentionService.reset(); in setUp()
96 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isFalse(); in testProximityUpdates_OnSuccess()
102 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isTrue(); in testProximityUpdates_OnSuccess()
105 CtsTestAttentionService.respondProximity( in testProximityUpdates_OnSuccess()
118 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testProximityUpdates_OnCancelledFromManager()
124 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isTrue(); in testProximityUpdates_OnCancelledFromManager()
130 assertThat(CtsTestAttentionService.hasCurrentProximityUpdates()).isFalse(); in testProximityUpdates_OnCancelledFromManager()
141 assertThat(CtsTestAttentionService.hasPendingChecks()).isFalse(); in testAttentionService_OnSuccess()
145 assertThat(CtsTestAttentionService.hasPendingChecks()).isTrue(); in testAttentionService_OnSuccess()
[all …]
DCtsTestAttentionService.java25 public class CtsTestAttentionService extends AttentionService { class
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java38 import android.attentionservice.cts.CtsTestAttentionService;
128 CtsTestAttentionService.reset(); in setup()
165 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/
DAndroid.bp22 srcs: ["src/**/CtsTestAttentionService.java"],