Searched refs:IReportNotExecuted (Results 1 – 7 of 7) sorted by relevance
20 import com.android.tradefed.testtype.IReportNotExecuted;38 if (test instanceof IReportNotExecuted) { in run()39 ((IReportNotExecuted) test).reportNotExecuted(mListener); in run()
26 import com.android.tradefed.testtype.IReportNotExecuted;33 public class TokenTestClass implements IRemoteTest, ITokenRequest, IReportNotExecuted {
45 import com.android.tradefed.testtype.IReportNotExecuted;299 IReportNotExecuted.NOT_EXECUTED_FAILURE, in testRun_dnae_reportNotExecuted()
23 import com.android.tradefed.testtype.IReportNotExecuted;77 class TestReport implements IRemoteTest, IReportNotExecuted {
24 public interface IReportNotExecuted { interface
49 import com.android.tradefed.testtype.IReportNotExecuted;302 if (tokenTest instanceof IReportNotExecuted) { in reportNotExecuted()307 ((IReportNotExecuted) tokenTest).reportNotExecuted(listener, message); in reportNotExecuted()318 if (test instanceof IReportNotExecuted) { in reportNotExecuted()319 ((IReportNotExecuted) test).reportNotExecuted(listener); in reportNotExecuted()
65 import com.android.tradefed.testtype.IReportNotExecuted;111 IReportNotExecuted,1124 reportNotExecuted(listener, IReportNotExecuted.NOT_EXECUTED_FAILURE); in reportNotExecuted()