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.java51 private int mLogStartDelay; field in BackgroundDeviceAction
69 mLogStartDelay = startDelay; in BackgroundDeviceAction()
85 if (mLogStartDelay > 0) { in run()
86 CLog.d("Sleep for %d before starting %s for %s.", mLogStartDelay, mDescriptor, in run()
88 getRunUtil().sleep(mLogStartDelay); in run()
DNativeDevice.java159 private int mLogStartDelay = 5*1000; field in NativeDevice
402 mLogStartDelay = delay; in setLogStartDelay()
2352 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()
2356 mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()