DeviceReleaseReporter
public
final
class
DeviceReleaseReporter
extends Object
implements
ICommandScheduler.IScheduledInvocationListener
java.lang.Object | |
↳ | com.android.tradefed.device.internal.DeviceReleaseReporter |
Pelapor rilis perangkat yang menangani komunikasi dengan proses induk perangkat yang akan dirilis.
Ringkasan
Konstruktor publik | |
---|---|
Device
|
Metode publik | |
---|---|
void
|
invocation
Callback saat seluruh pemanggilan selesai, termasuk semua peristiwa |
void
|
invocation
Callback saat pemanggilan dimulai. |
void
|
release
Callback yang terkait dengan |
Konstruktor publik
DeviceReleaseReporter
public DeviceReleaseReporter ()
Metode publik
invocationComplete
public void invocationComplete (IInvocationContext iInvocationContext,map)
Callback saat seluruh pemanggilan selesai, termasuk semua peristiwa ITestInvocationListener.invocationEnded(long)
.
invocationInitiated
public void invocationInitiated (IInvocationContext context)
Callback saat pemanggilan dimulai. Ini dipanggil sebelum build diambil.
releaseDevices
public void releaseDevices (IInvocationContext context,devicesStates)
Callback yang terkait dengan ICommandOptions.earlyDeviceRelease()
untuk merilis
perangkat setelah selesai menggunakannya.