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.java50 private int mLogStartDelay; field in BackgroundDeviceAction
68 mLogStartDelay = startDelay; in BackgroundDeviceAction()
84 if (mLogStartDelay > 0) { in run()
85 CLog.d("Sleep for %d before starting %s for %s.", mLogStartDelay, mDescriptor, in run()
87 getRunUtil().sleep(mLogStartDelay); in run()
DNativeDevice.java144 private int mLogStartDelay = 5*1000; field in NativeDevice
335 mLogStartDelay = delay; in setLogStartDelay()
2064 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()
2068 mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()