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.java60 protected List<String> mExpectedSettingValues = new ArrayList<String>(); field in SettingsPreparer
80 if (mSetValue == null && mExpectedSettingValues.isEmpty()) { in run()
92 !mExpectedSettingValues.isEmpty() in run()
103 if (mSetValue != null && !mExpectedSettingValues.isEmpty()) { in run()
105 if (!mExpectedSettingValues.contains(mSetValue)) { in run()
110 mSettingName, mSetValue, mExpectedSettingValues.toString()), in run()
116 if (!mExpectedSettingValues.contains(currentSettingValue)) { in run()
133 if (!mExpectedSettingValues.contains(currentSettingValue)) { in run()
137 mSettingName, currentSettingValue, mExpectedSettingValues.toString()); in run()
DStayAwakePreparer.java52 mExpectedSettingValues.add(value); in run()
DLocationCheck.java53 mExpectedSettingValues.add(LOCATION_MODE_ON); in run()