Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DFullThreadDevice.java69 private static final int READ_LINE_TIMEOUT_SECONDS = 5; field in FullThreadDevice
527 return future.get(READ_LINE_TIMEOUT_SECONDS, SECONDS); in readLine()