Home
last modified time | relevance | path

Searched refs:mSetValue (Results 1 – 3 of 3) 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()
86 String shellCmdPut = (mSetValue != null) ? in run()
87 String.format("settings put %s %s %s", mSettingType, mSettingName, mSetValue) : ""; in run()
91 if (mSetValue != null && !mExpectedSettingValues.isEmpty()) { in run()
93 if (!mExpectedSettingValues.contains(mSetValue)) { in run()
96 mSettingName, mSetValue, mExpectedSettingValues.toString()), in run()
103 mSettingName, currentSettingValue, mSetValue); in run()
110 if (mSetValue != null) { in run()
111 CLog.d("Setting %s to value %s", mSettingName, mSetValue); in run()
DStayAwakePreparer.java50 mSetValue = DEFAULT_VALUE; in run()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...