Home
last modified time | relevance | path

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

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/
H A DTvActivityTest.java45 Intent nextStartedActivity = ShadowApplication.getInstance().getNextStartedActivity(); in testLifeCycle() local
46 assertThat(nextStartedActivity).hasComponentClass(MainActivity.class); in testLifeCycle()
47 assertThat(nextStartedActivity).extras().bool(Utils.EXTRA_KEY_FROM_LAUNCHER).isTrue(); in testLifeCycle()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
H A DSetupChooseLockPasswordTest.java143 final Intent nextStartedActivity = shadowActivity.getNextStartedActivity(); in createActivity_clickDifferentOption_extrasShouldBePropagated() local
144 assertThat(nextStartedActivity).isNotNull(); in createActivity_clickDifferentOption_extrasShouldBePropagated()
145 assertThat(nextStartedActivity.getBooleanExtra( in createActivity_clickDifferentOption_extrasShouldBePropagated()
147 assertWithMessage("Foo extra").that(nextStartedActivity.getStringExtra("foo")) in createActivity_clickDifferentOption_extrasShouldBePropagated()