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

EmptyActivityLaunchPerformance

public class EmptyActivityLaunchPerformance extends android.test.LaunchPerformanceBase
Instrumentation class for Empty Activity launch performance testing.

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


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

        super.onCreate(arguments);

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

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