Searched refs:CONTENT_CAPTURE_SERVICE_COMPONENT_NAME (Results 1 – 2 of 2) sorted by relevance
18 … android.contentcaptureservice.cts.CtsContentCaptureService.CONTENT_CAPTURE_SERVICE_COMPONENT_NAME;87 .isEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName()93 .isNotEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName()117 assertThat(ref.get()).isEqualTo(CONTENT_CAPTURE_SERVICE_COMPONENT_NAME); in testGetServiceComponentName_onUiThread()
58 public static final ComponentName CONTENT_CAPTURE_SERVICE_COMPONENT_NAME = field in CtsContentCaptureService