Searched refs:CONTENT_CAPTURE_SERVICE_COMPONENT_NAME (Results 1 – 2 of 2) sorted by relevance
19 … android.contentcaptureservice.cts.CtsContentCaptureService.CONTENT_CAPTURE_SERVICE_COMPONENT_NAME;102 .isEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName()108 .isNotEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName()132 assertThat(ref.get()).isEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName_onUiThread()
68 public static final ComponentName CONTENT_CAPTURE_SERVICE_COMPONENT_NAME = field in CtsContentCaptureService