Home
last modified time | relevance | path

Searched refs:mExpectedSettingValues (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DSettingsPreparer.java57 protected List<String> mExpectedSettingValues = new ArrayList<String>(); field in SettingsPreparer
77 if (mSetValue == null && mExpectedSettingValues.isEmpty()) { in run()
83 !mExpectedSettingValues.isEmpty() in run()
91 if (mSetValue != null && !mExpectedSettingValues.isEmpty()) { in run()
93 if (!mExpectedSettingValues.contains(mSetValue)) { in run()
96 mSettingName, mSetValue, mExpectedSettingValues.toString()), in run()
101 if (!mExpectedSettingValues.contains(currentSettingValue)) { in run()
118 if (!mExpectedSettingValues.contains(currentSettingValue)) { in run()
122 mSettingName, currentSettingValue, mExpectedSettingValues.toString()); in run()
DStayAwakePreparer.java52 mExpectedSettingValues.add(value); in run()
DLocationCheck.java53 mExpectedSettingValues.add(LOCATION_MODE_ON); in run()