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

Added in API level 36
protected Intent mIntent

mResults

Added in API level 36
protected Bundle mResults

Public constructors

LaunchPerformanceBase

Added in API level 36
public LaunchPerformanceBase ()

Protected methods

LaunchApp

Added in API level 36
protected void LaunchApp ()

Launches intent, and waits for idle before returning.