LaunchPerformanceBase

public class LaunchPerformanceBase
extends Instrumentation

java.lang.Object
   ↳ android.app.Instrumentation
     ↳ android.test.LaunchPerformanceBase


Base class for all launch performance Instrumentation classes.

Summary

Inherited constants

Fields

protected Intent mIntent

protected Bundle mResults

Public constructors

LaunchPerformanceBase()

Protected methods

void LaunchApp()

Launches intent, and waits for idle before returning.

Inherited methods

Fields

mIntent

protected Intent mIntent

mResults

protected Bundle mResults

Public constructors

LaunchPerformanceBase

public LaunchPerformanceBase ()

Protected methods

LaunchApp

protected void LaunchApp ()

Launches intent, and waits for idle before returning.