Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/connection/
DDefaultConnection.java71 ((NativeDevice) device).setLogStartDelay(0); in createConnection()
85 ((NativeDevice) device).setLogStartDelay(0); in createConnection()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java320 mTestDevice.setLogStartDelay(-1); in setUp()
326 mRecoveryTestDevice.setLogStartDelay(-1); in setUp()
333 mNoFastbootTestDevice.setLogStartDelay(-1); in setUp()
DNativeDeviceTest.java175 mTestDevice.setLogStartDelay(-1); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java535 public void setLogStartDelay(int delay) { in setLogStartDelay() method in NativeDevice