/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/targetprep/ |
D | TargetSetupError.java | 38 public TargetSetupError(String reason) { in TargetSetupError() 49 public TargetSetupError(String reason, ErrorIdentifier errorId) { in TargetSetupError() 60 public TargetSetupError(String reason, DeviceDescriptor descriptor) { in TargetSetupError() 72 public TargetSetupError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError() 86 public TargetSetupError(String reason, Throwable cause) { in TargetSetupError() 98 public TargetSetupError(String reason, Throwable cause, ErrorIdentifier errorId) { in TargetSetupError() 110 public TargetSetupError(String reason, Throwable cause, DeviceDescriptor descriptor) { in TargetSetupError() 124 String reason, Throwable cause, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in TargetSetupError() 138 String reason, Throwable cause, DeviceDescriptor descriptor, boolean deviceSide) { in TargetSetupError() 153 String reason, in TargetSetupError()
|
D | BuildError.java | 38 public BuildError(String reason, DeviceDescriptor descriptor) { in BuildError() 53 public BuildError(String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in BuildError()
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | BuildRetrievalError.java | 34 public BuildRetrievalError(String reason) { in BuildRetrievalError() 44 public BuildRetrievalError(String reason, ErrorIdentifier errorId) { in BuildRetrievalError() 55 public BuildRetrievalError(String reason, Throwable cause) { in BuildRetrievalError() 66 public BuildRetrievalError(String reason, Throwable cause, ErrorIdentifier errorId) { in BuildRetrievalError() 78 public BuildRetrievalError(String reason, Throwable cause, IBuildInfo build) { in BuildRetrievalError() 92 String reason, Throwable cause, ErrorIdentifier errorId, IBuildInfo build) { in BuildRetrievalError()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceFailedToBootError.java | 37 public DeviceFailedToBootError(String reason, DeviceDescriptor descriptor) { in DeviceFailedToBootError() 48 String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) { in DeviceFailedToBootError()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | LegacySubprocessResultsReporter.java | 68 public void testFailed(TestIdentifier testId, String reason) { in testFailed() 114 public void testRunFailed(String reason) { in testRunFailed()
|
D | SubprocessResultsReporter.java | 119 public void testFailed(TestDescription testId, String reason) { in testFailed() 143 public void testRunFailed(String reason) { in testRunFailed()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | AnrItem.java | 124 public void setReason(String reason) { in setReason()
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | TelephonyBaseTest.py | 560 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument
|
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | RemoteAndroidVirtualDevice.java | 344 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()
|
/tools/tradefederation/core/python-lib/tradefed_py/ |
D | tf_runner.py | 87 def addSkip(self, test, reason): argument
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | PythonUnitTestResultParser.java | 169 public PythonUnitTestParseException(String reason) { in PythonUnitTestParseException()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | ConfigurationXmlParser.java | 339 private void throwException(String reason) throws SAXException { in throwException()
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/ |
D | INativeDevice.java | 948 public void reboot(@Nullable String reason) throws DeviceNotAvailableException; in reboot() 1014 public void rebootUntilOnline(@Nullable String reason) throws DeviceNotAvailableException; in rebootUntilOnline()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 335 RebootDeviceAction(RebootMode rebootMode, @Nullable String reason) { in RebootDeviceAction() 3013 public void reboot(@Nullable String reason) throws DeviceNotAvailableException { in reboot() 3065 public void rebootUntilOnline(@Nullable String reason) throws DeviceNotAvailableException { in rebootUntilOnline() 3159 String formatRebootCommand(@Nullable String reason) { in formatRebootCommand() 3182 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot() 3231 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot() 3245 RebootMode rebootMode, @Nullable final String reason) { in createRebootDeviceAction()
|
D | TestDevice.java | 936 private boolean doAdbFrameworkReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbFrameworkReboot() 980 protected void doAdbReboot(RebootMode rebootMode, @Nullable final String reason) in doAdbReboot()
|
/tools/test/connectivity/acts/framework/acts/ |
D | base_test.py | 723 def _block_all_test_cases(self, tests, reason='Failed class setup'): argument
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | SubprocessEventHelper.java | 135 public TestRunFailedEventInfo(String reason) { in TestRunFailedEventInfo()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 124 void doReboot(RebootMode rebootMode, @Nullable final String reason) in doReboot()
|