Searched refs:CONTENT_CAPTURE_SERVICE_COMPONENT_NAME (Results 1 – 2 of 2) sorted by relevance
20 … android.contentcaptureservice.cts.CtsContentCaptureService.CONTENT_CAPTURE_SERVICE_COMPONENT_NAME;116 .isEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName()122 .isNotEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName()146 assertThat(ref.get()).isEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName_onUiThread()
71 public static final ComponentName CONTENT_CAPTURE_SERVICE_COMPONENT_NAME = field in CtsContentCaptureService