DeviceReleaseReporter

public final class DeviceReleaseReporter
extends Object implements ICommandScheduler.IScheduledInvocationListener

java.lang.Object 中
   ↳ com.android.tradefed.device.internal.DeviceReleaseReporter


负责处理与要作为设备的父级进程通信的设备版本报告程序 发布。

摘要

公共构造函数

DeviceReleaseReporter()

公共方法

void invocationComplete(IInvocationContext iInvocationContext, map)

整个调用完成(包括所有 ITestInvocationListener.invocationEnded(long) 事件)后回调。

void invocationInitiated(IInvocationContext context)

发起调用时的回调。

void releaseDevices(IInvocationContext context, devicesStates)

ICommandOptions#earlyDeviceRelease() 关联的回调,用于释放 使用这些设备。

公共构造函数

DeviceReleaseReporter

public DeviceReleaseReporter ()

公共方法

调用完成

public void invocationComplete (IInvocationContext iInvocationContext, 
                 map)

整个调用完成(包括所有 ITestInvocationListener.invocationEnded(long) 事件)后回调。

invocationInitiated(已发起)

public void invocationInitiated (IInvocationContext context)

发起调用时的回调。此方法在提取任何构建之前调用。

releaseDevices

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

ICommandOptions#earlyDeviceRelease() 关联的回调,用于释放 使用这些设备。