Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java157 final ActivityLauncher<LoginActivity> anotherActivityLauncher = new ActivityLauncher<>( in testLaunchAnotherActivity() local
159 final ActivityWatcher watcher2 = anotherActivityLauncher.getWatcher(); in testLaunchAnotherActivity()
160 final LoginActivity activity2 = anotherActivityLauncher.launchActivity(); in testLaunchAnotherActivity()
191 final ActivityLauncher<LoginActivity> anotherActivityLauncher = new ActivityLauncher<>( in testLaunchAnotherActivity_onTopOfIt() local
193 final ActivityWatcher watcher2 = anotherActivityLauncher.getWatcher(); in testLaunchAnotherActivity_onTopOfIt()
194 final LoginActivity activity2 = anotherActivityLauncher.launchActivity(); in testLaunchAnotherActivity_onTopOfIt()