Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DManagedTestDeviceFactory.java56 protected static final String EXPECTED_ERROR = "No such file or directory"; field in ManagedTestDeviceFactory
173 if (output.contains(EXPECTED_ERROR)) { in checkFrameworkSupport()