DeviceReleaseReporter
Stay organized with collections
Save and categorize content based on your preferences.
public
final
class
DeviceReleaseReporter
extends Object
implements
ICommandScheduler.IScheduledInvocationListener
java.lang.Object | |
↳ | com.android.tradefed.device.internal.DeviceReleaseReporter |
Device release reporter that handles communicating with the parent process the device(s) to be released.
Summary
Public constructors | |
---|---|
Device
|
Public methods | |
---|---|
void
|
invocation
Callback when entire invocation has completed, including all |
void
|
invocation
Callback when an invocation is initiated. |
void
|
releaseDevices(IInvocationContext context,
Callback associated with |
Public constructors
DeviceReleaseReporter
public DeviceReleaseReporter ()
Public methods
invocationComplete
public void invocationComplete (IInvocationContext iInvocationContext,map)
Callback when entire invocation has completed, including all ITestInvocationListener.invocationEnded(long)
events.
invocationInitiated
public void invocationInitiated (IInvocationContext context)
Callback when an invocation is initiated. This is called before any builds are fetched.
releaseDevices
public void releaseDevices (IInvocationContext context,devicesStates)
Callback associated with ICommandOptions.earlyDeviceRelease()
to release the
devices when done with them.