Home
last modified time | relevance | path

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

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
DVtsDevicePreparerTest.java295 mPreparer.mEnableRadioLog = true; in test_setUp_enableRadioLog()
313 mPreparer.mEnableRadioLog = true; in test_setUp_enableRadioLog_alreadyEnabled()
331 mPreparer.mEnableRadioLog = true; in test_setUp_enableRadioLog_notAvailable1()
349 mPreparer.mEnableRadioLog = true; in test_setUp_enableRadioLog_notAvailable2()
374 mPreparer.mEnableRadioLog = true; in test_tearDown_enableAdbRoot_turnOff()
391 mPreparer.mEnableRadioLog = true; in test_tearDown_enableAdbRoot_noNeedTurnOff()
408 mPreparer.mEnableRadioLog = false; in test_tearDown_enableAdbRoot_noNeedTurnOff2()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsDevicePreparer.java91 boolean mEnableRadioLog = false; field in VtsDevicePreparer
256 if (mEnableRadioLog || mRestoreAll || mRestoreRadioLog) { in radioLogPreRebootSetup()
266 if (mEnableRadioLog && mInitialRadioLog == DeviceOptionState.DISABLED) { in radioLogPreRebootSetup()