Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/
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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/password/
DSetupChooseLockPasswordTest.java169 final Intent nextStartedActivity = shadowActivity.getNextStartedActivity(); in createActivity_clickDifferentOption_extrasShouldBePropagated() local
170 assertThat(nextStartedActivity).isNotNull(); in createActivity_clickDifferentOption_extrasShouldBePropagated()
171 assertThat(nextStartedActivity.getBooleanExtra( in createActivity_clickDifferentOption_extrasShouldBePropagated()
173 assertWithMessage("Foo extra").that(nextStartedActivity.getStringExtra("foo")) in createActivity_clickDifferentOption_extrasShouldBePropagated()
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/face/
DFaceEnrollIntroductionTest.java538 final Intent nextStartedActivity = shadowActivity.getNextStartedActivity(); in testFaceEnrollIntroduction_maxFacesEnrolled_launchFaceSettings() local
539 assertThat(nextStartedActivity).isNotNull(); in testFaceEnrollIntroduction_maxFacesEnrolled_launchFaceSettings()
540 assertThat(nextStartedActivity.getComponent().getClassName()) in testFaceEnrollIntroduction_maxFacesEnrolled_launchFaceSettings()
557 final Intent nextStartedActivity = shadowActivity.getNextStartedActivity(); in testFaceEnrollIntroduction_maxFacesEnrolled_isSuw_notLaunchFaceSettings() local
558 assertThat(nextStartedActivity).isNull(); in testFaceEnrollIntroduction_maxFacesEnrolled_isSuw_notLaunchFaceSettings()
574 final Intent nextStartedActivity = shadowActivity.getNextStartedActivity(); in testFaceEnrollIntroduction_maxFacesEnrolled_fromSettings_notLaunchFaceSettings() local
575 assertThat(nextStartedActivity).isNull(); in testFaceEnrollIntroduction_maxFacesEnrolled_fromSettings_notLaunchFaceSettings()
/packages/apps/Settings/tests/robotests/src/com/android/settings/dashboard/
DDashboardFeatureProviderImplTest.java679 Intent nextStartedActivity = in clickPreference_providerTileWithPendingIntent_singleUser_executesPendingIntent() local
681 assertThat(nextStartedActivity).isNotNull(); in clickPreference_providerTileWithPendingIntent_singleUser_executesPendingIntent()
682 assertThat(nextStartedActivity.getAction()).isEqualTo("test"); in clickPreference_providerTileWithPendingIntent_singleUser_executesPendingIntent()
706 Intent nextStartedActivity = in clickPreference_providerTileWithPendingIntent_multiUser_showsProfileDialog() local
708 assertThat(nextStartedActivity).isNull(); in clickPreference_providerTileWithPendingIntent_multiUser_showsProfileDialog()