LaunchPerformanceBase


open class LaunchPerformanceBase : Instrumentation
kotlin.Any
   ↳ android.app.Instrumentation
   ↳ android.test.LaunchPerformanceBase

Base class for all launch performance Instrumentation classes.

Summary

Inherited constants
Public constructors

Protected methods
open Unit

Launches intent, and waits for idle before returning.

Inherited functions
Properties
Intent!

Bundle!

Public constructors

LaunchPerformanceBase

LaunchPerformanceBase()

Protected methods

LaunchApp

protected open fun LaunchApp(): Unit

Deprecated: Deprecated in Java.

Launches intent, and waits for idle before returning.

Properties

mIntent

protected var mIntent: Intent!

Deprecated: Deprecated in Java.

mResults

protected var mResults: Bundle!

Deprecated: Deprecated in Java.