Added in API level 36
Deprecated in API level 36

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

Added in API level 36
LaunchPerformanceBase()

Protected methods

LaunchApp

Added in API level 36
protected open fun LaunchApp(): Unit

Deprecated: Deprecated in Java.

Launches intent, and waits for idle before returning.

Properties

mIntent

Added in API level 36
protected var mIntent: Intent!

Deprecated: Deprecated in Java.

mResults

Added in API level 36
protected var mResults: Bundle!

Deprecated: Deprecated in Java.