Home
last modified time | relevance | path

Searched defs:resCode (Results 1 – 4 of 4) sorted by relevance

/cts/tools/host/src/com/android/cts/
DHostSideOnlyTest.java30 final String type, final String knownFailure, final int resCode) { in HostSideOnlyTest()
DCtsTestResult.java64 public CtsTestResult(int resCode) { in CtsTestResult()
68 public CtsTestResult(int resCode, final String failedMessage, final String stackTrace) { in CtsTestResult()
154 int resCode = CODE_PASS; in setResult() local
DTest.java45 final String type, final String knownFailure, final int resCode) { in Test()
DTestSessionLog.java148 public Collection<Test> getTestList(int resCode) { in getTestList()