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

PhoneLaunchPerformance

public class PhoneLaunchPerformance extends android.test.LaunchPerformanceBase
Instrumentation class for Phone launch performance testing.

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

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

        super.onCreate(arguments);

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

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