Methods Summary |
---|
public void | testClearTopInCreate()
mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
runLaunchpad(LaunchpadActivity.LAUNCH);
|
public void | testClearTopWhileResumed()
mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
mIntent.putExtra(ClearTop.WAIT_CLEAR_TASK, true);
runLaunchpad(LaunchpadActivity.LAUNCH);
|
public void | testColdActivity()
mIntent.putExtra("component", new ComponentName(getContext(), TestedActivity.class));
runLaunchpad(LaunchpadActivity.LAUNCH);
|
public void | testColdScreen()
mIntent.putExtra("component", new ComponentName(getContext(), TestedScreen.class));
runLaunchpad(LaunchpadActivity.LAUNCH);
|
public void | testForwardResult()
runLaunchpad(LaunchpadActivity.FORWARD_RESULT);
|
public void | testLocalActivity()
mIntent.putExtra("component", new ComponentName(getContext(), LocalActivity.class));
runLaunchpad(LaunchpadActivity.LAUNCH);
|
public void | testLocalScreen()
mIntent.putExtra("component", new ComponentName(getContext(), LocalScreen.class));
runLaunchpad(LaunchpadActivity.LAUNCH);
|
public void | xxtestBadParcelable()
// All we really care about for this test is that the system
// doesn't crash.
runLaunchpad(LaunchpadActivity.BAD_PARCELABLE);
|