Searched refs:TEST_SITE (Results 1 – 2 of 2) sorted by relevance
83 private static final String TEST_SITE = "http://test"; field in GenericWindowPolicyControllerTest593 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(TEST_SITE)); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()
221 private static final String TEST_SITE = "http://test"; field in VirtualDeviceManagerServiceTest1807 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()