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) invocationComplete ( IInvocationContext iInvocationContext, map)

모든 ITestInvocationListener.invocationEnded(long) 이벤트를 포함하여 전체 호출이 완료되면 콜백합니다.

void invocationInitiated ( IInvocationContext context)

호출이 시작될 때의 콜백입니다.

void releaseDevices ( IInvocationContext context, devicesStates) releaseDevices ( IInvocationContext context, devicesStates)

장치 작업이 완료되면 해제하기 위해 ICommandOptions#earlyDeviceRelease() 와 연결된 콜백입니다.

공개 생성자

DeviceReleaseReporter

public DeviceReleaseReporter ()

공개 메소드

호출완료

public void invocationComplete (IInvocationContext iInvocationContext, 
                 map)

모든 ITestInvocationListener.invocationEnded(long) 이벤트를 포함하여 전체 호출이 완료되면 콜백합니다.

호출이 시작됨

public void invocationInitiated (IInvocationContext context)

호출이 시작될 때의 콜백입니다. 빌드를 가져오기 전에 호출됩니다.

releaseDevices

public void releaseDevices (IInvocationContext context, 
                 devicesStates)

장치 작업이 완료되면 해제하기 위해 ICommandOptions#earlyDeviceRelease() 와 연결된 콜백입니다.