Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankActivityTest.java18 … 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()
DCtsContentCaptureService.java58 public static final ComponentName CONTENT_CAPTURE_SERVICE_COMPONENT_NAME = field in CtsContentCaptureService