Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DBackgroundDeviceAction.java52 private int mLogStartDelay; field in BackgroundDeviceAction
70 mLogStartDelay = startDelay; in BackgroundDeviceAction()
87 if (mLogStartDelay > 0) { in run()
90 mLogStartDelay, mDescriptor, mTestDevice.getSerialNumber()); in run()
91 getRunUtil().sleep(mLogStartDelay); in run()
DNativeDevice.java167 private int mLogStartDelay = 5*1000; field in NativeDevice
536 mLogStartDelay = delay; in setLogStartDelay()
3014 mLogStartDelay = 0; in createLogcatReceiver()
3017 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()
3023 mLogStartDelay); in createLogcatReceiver()