Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/companion/virtual/
DVirtualDeviceManagerServiceTest.java1852 Intent cIntent = intentCaptor.getValue(); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch() local
1853 assertThat(cIntent).isNotNull(); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()
1854 assertThat(cIntent.getAction()).isEqualTo(Intent.ACTION_VIEW); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()
1855 assertThat(cIntent.getData().toString()).isEqualTo(TEST_SITE); in canActivityBeLaunched_intentInterceptedWhenRegistered_activityNoLaunch()