Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DSettingsPreparer.java54 protected String mSetValue = null; field in SettingsPreparer
77 if (mSetValue == null && mExpectedSettingValues.isEmpty()) { in run()
84 String shellCmdPut = (mSetValue != null) ? in run()
85 String.format("settings put %s %s %s", mSettingType, mSettingName, mSetValue) : ""; in run()
89 if (mSetValue != null && !mExpectedSettingValues.isEmpty()) { in run()
91 if (!mExpectedSettingValues.contains(mSetValue)) { in run()
94 mSettingName, mSetValue, mExpectedSettingValues.toString()), in run()
101 mSettingName, currentSettingValue, mSetValue); in run()
108 if (mSetValue != null) { in run()
109 CLog.d("Setting %s to value %s", mSettingName, mSetValue); in run()
DStayAwakePreparer.java51 mSetValue = DEFAULT_VALUE; in run()