File
Doc
Category
Size
Date
Package
IInstrumentationWatcher.java
API Doc
Android 5.1 API
4674
Sat Mar 14 05:47:56 GMT 2015
android.app
IInstrumentationWatcher
public interface IInstrumentationWatcher implements android.os.IInterface
hide
Fields Summary
Constructors Summary
Methods Summary
public void
instrumentationFinished
(
android.content.ComponentName
name,
int
resultCode,
android.os.Bundle
results)
public void
instrumentationStatus
(
android.content.ComponentName
name,
int
resultCode,
android.os.Bundle
results)
Java Code Source