FileDocCategorySizeDatePackage
CameraLaunchPerformance.javaAPI DocAndroid 1.5 API1444Wed May 06 22:42:42 BST 2009com.android.camera.tests

CameraLaunchPerformance

public class CameraLaunchPerformance extends android.test.LaunchPerformanceBase
Instrumentation class for Camera launch performance testing.

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


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

        super.onCreate(arguments);

        mIntent.setClassName(getTargetContext(), "com.android.camera.Camera");
        start();
    
public voidonStart()
Calls LaunchApp and finish.

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