FileDocCategorySizeDatePackage
ComplexActivityLaunchPerformance.javaAPI DocAndroid 1.5 API1517Wed May 06 22:41:08 BST 2009com.android.launchperf

ComplexActivityLaunchPerformance

public class ComplexActivityLaunchPerformance extends android.test.LaunchPerformanceBase
Instrumentation class for Complex Activity launch performance testing.

Fields Summary
public static final String
LOG_TAG
Constructors Summary
public ComplexActivityLaunchPerformance()


      
        super();
    
Methods Summary
public voidonCreate(android.os.Bundle arguments)

        super.onCreate(arguments);

        mIntent.setClassName(getContext(), "com.android.launchperf.ComplexActivity");
        start();
    
public voidonStart()
Calls LaunchApp and finish.

        super.onStart();
        LaunchApp();
        finish(Activity.RESULT_OK, mResults);