Searched refs:mLogStartDelay (Results 1 – 2 of 2) sorted by relevance
51 private int mLogStartDelay; field in BackgroundDeviceAction69 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()
159 private int mLogStartDelay = 5*1000; field in NativeDevice402 mLogStartDelay = delay; in setLogStartDelay()2352 return new LogcatReceiver(this, mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()2356 mOptions.getMaxLogcatDataSize(), mLogStartDelay); in createLogcatReceiver()