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

NotePadLaunchPerformance

public class NotePadLaunchPerformance extends android.test.LaunchPerformanceBase
Instrumentation class for Notepad launch performance testing.

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


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

        super.onCreate(arguments);

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

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