Searched refs:mExpectedSettingValues (Results 1 – 4 of 4) sorted by relevance
57 protected List<String> mExpectedSettingValues = new ArrayList<String>(); field in SettingsPreparer77 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()
52 mExpectedSettingValues.add(value); in run()
53 mExpectedSettingValues.add(LOCATION_MODE_ON); in run()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...