Home
last modified time | relevance | path

Searched defs:fakeRes (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DFastbootHelperTest.java139 CommandResult fakeRes = new CommandResult(CommandStatus.FAILED); in testIsFastbootAvailable_oldVersion() local
151 CommandResult fakeRes = new CommandResult(CommandStatus.FAILED); in testIsFastbootAvailable_noBinary() local
163 CommandResult fakeRes = new CommandResult(CommandStatus.FAILED); in testGetDevice_fail() local
177 CommandResult fakeRes = new CommandResult(CommandStatus.SUCCESS); in testExecuteCommand() local
193 CommandResult fakeRes = new CommandResult(CommandStatus.FAILED); in testExecuteCommand_fail() local
208 CommandResult fakeRes = new CommandResult(CommandStatus.SUCCESS); in testGetBootloaderAndFastbootdDevices() local
/tools/tradefederation/core/javatests/com/android/tradefed/result/suite/
DXmlSuiteResultFormatterTest.java767 TestRunResult fakeRes = new TestRunResult(); in createResultWithLog() local
815 TestRunResult fakeRes = new TestRunResult(); in createFakeResult() local