Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java35 private static final int TIMEOUT_RETURN_VALUE = 124; field in ExecutionResult
105 return (returnValue == TIMEOUT_RETURN_VALUE); in isTimeout()