Home
last modified time | relevance | path

Searched refs:actionDescription (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2634 String actionDescription, final DeviceAction action, int retryAttempts) in performDeviceAction() argument
2637 try (CloseableTraceScope ignored = new CloseableTraceScope(actionDescription)) { in performDeviceAction()
2643 logDeviceActionException(actionDescription, e, false); in performDeviceAction()
2646 logDeviceActionException(actionDescription, e, true); in performDeviceAction()
2649 logDeviceActionException(actionDescription, e, true); in performDeviceAction()
2652 logDeviceActionException(actionDescription, e, true); in performDeviceAction()
2672 logDeviceActionException(actionDescription, e, false); in performDeviceAction()
2680 actionDescription, getSerialNumber()); in performDeviceAction()
2691 actionDescription, getSerialNumber()), in performDeviceAction()
2708 String actionDescription, Exception e, boolean logFullTrace) { in logDeviceActionException() argument
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java5284 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot_failure()
5303 String actionDescription, DeviceAction action, int retryAttempts) in testGetScreenshot()