Searched refs:FAKE_SERVICE_PACKAGE (Results 1 – 3 of 3) sorted by relevance
59 private static final String FAKE_SERVICE_PACKAGE = field in CtsRotationResolverServiceDeviceTest148 assertThat(getRotationResolverServiceComponent()).isNotEqualTo(FAKE_SERVICE_PACKAGE); in bindToTestService()149 setTestableRotationResolverService(FAKE_SERVICE_PACKAGE); in bindToTestService()150 assertThat(getRotationResolverServiceComponent()).contains(FAKE_SERVICE_PACKAGE); in bindToTestService()
55 private static final String FAKE_SERVICE_PACKAGE = field in CtsAttentionServiceDeviceTest199 assertThat(getAttentionServiceComponent()).isNotEqualTo(FAKE_SERVICE_PACKAGE); in bindToTestService()200 assertThat(setTestableAttentionService(FAKE_SERVICE_PACKAGE)).isTrue(); in bindToTestService()201 assertThat(getAttentionServiceComponent()).contains(FAKE_SERVICE_PACKAGE); in bindToTestService()
87 private static final String FAKE_SERVICE_PACKAGE = field in HotwordDetectionServiceProximityTest129 assertThat(setTestableAttentionService(FAKE_SERVICE_PACKAGE)).isTrue(); in setup()130 assertThat(getAttentionServiceComponent()).contains(FAKE_SERVICE_PACKAGE); in setup()