Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DGenericWindowPolicyControllerTest.java83 private static final String TEST_SITE = "http://test"; field in GenericWindowPolicyControllerTest
593 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(TEST_SITE)); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()
DVirtualDeviceManagerServiceTest.java221 private static final String TEST_SITE = "http://test"; field in VirtualDeviceManagerServiceTest
1807 Intent intent = new Intent(ACTION_VIEW, Uri.parse(TEST_SITE)); in canActivityBeLaunched_activityCanLaunch()
1824 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(TEST_SITE)); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()
1855 assertThat(cIntent.getData().toString()).isEqualTo(TEST_SITE); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()