Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DTestDeviceOptions.java711 public boolean useExitStatusWorkaround() { in useExitStatusWorkaround() method in TestDeviceOptions
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1155 && getOptions().useExitStatusWorkaround(); in executeShellV2Command()