Home
last modified time | relevance | path

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

/cts/tests/attentionservice/src/android/attentionservice/cts/
DCtsAttentionServiceDeviceTest.java59 !TextUtils.isEmpty(getAttentionServiceComponent());
199 assertThat(getAttentionServiceComponent()).isNotEqualTo(FAKE_SERVICE_PACKAGE); in bindToTestService()
201 assertThat(getAttentionServiceComponent()).contains(FAKE_SERVICE_PACKAGE); in bindToTestService()
204 private String getAttentionServiceComponent() { in getAttentionServiceComponent() method in CtsAttentionServiceDeviceTest
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DHotwordDetectionServiceProximityTest.java130 assertThat(getAttentionServiceComponent()).contains(FAKE_SERVICE_PACKAGE); in setup()
315 private static String getAttentionServiceComponent() { in getAttentionServiceComponent() method in HotwordDetectionServiceProximityTest