Searched refs:anotherActivityLauncher (Results 1 – 1 of 1) sorted by relevance
157 final ActivityLauncher<LoginActivity> anotherActivityLauncher = new ActivityLauncher<>( in testLaunchAnotherActivity() local159 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() local193 final ActivityWatcher watcher2 = anotherActivityLauncher.getWatcher(); in testLaunchAnotherActivity_onTopOfIt()194 final LoginActivity activity2 = anotherActivityLauncher.launchActivity(); in testLaunchAnotherActivity_onTopOfIt()