/external/chromium_org/chrome/browser/ui/webui/options/ |
preferences_browsertest.cc | 296 EXPECT_CALL(*this, OnCommit(Property(&PrefService::Preference::name, name))) 307 Property(&PrefService::Preference::name, name), 308 Property(&PrefService::Preference::IsUserControlled, true), 309 Property(&PrefService::Preference::GetValue, EqualsValue(value))))); 318 Property(&PrefService::Preference::name, name), 319 Property(&PrefService::Preference::IsUserControlled, false)))); 614 // Verifies that when preference values change in the C++ backend, the correct [all...] |
core_options_handler.cc | 165 // This preference is stored in Local State, not in the user preferences. 262 const PrefService::Preference* pref = 340 const PrefService::Preference* pref = 346 const PrefService::Preference* controlling_pref = 410 // one more element for the actual preference identifier. 448 // Get preference change callback function name.
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettings.java | 51 import android.preference.Preference; 52 import android.preference.PreferenceActivity; 53 import android.preference.PreferenceScreen; 556 Preference preference = (Preference) getListView().getItemAtPosition( local 559 if (preference instanceof AccessPoint) { 560 mSelectedAccessPoint = (AccessPoint) preference; 607 public boolean onPreferenceTreeClick(PreferenceScreen screen, Preference preference) [all...] |
/external/chromium_org/chrome/browser/prefs/ |
pref_model_associator.cc | 33 return pref.GetSpecifics().priority_preference().preference(); 35 return pref.GetSpecifics().preference(); 51 // List of migrated preference name pairs. If a preference is migrated 52 // (meaning renamed) adding the old and new preference names here will ensure 54 // with the old name. Preference migration itself doesn't happen here. It may 106 VLOG(1) << "Associating preference " << pref_name; 109 const sync_pb::PreferenceSpecifics& preference = GetSpecifics(sync_pref); local 110 DCHECK(pref_name == preference.name() || 112 preference.name() = 247 const sync_pb::PreferenceSpecifics& preference = GetSpecifics(*sync_iter); local 584 const PrefService::Preference* preference = local [all...] |
pref_functional_browsertest.cc | 190 // Verify setting homepage preference to newtabpage across restarts. Part1 196 // Verify setting homepage preference to newtabpage across restarts. Part2 202 // Verify setting homepage preference to specific url. Part1 208 const PrefService::Preference* pref = 215 // Verify setting homepage preference to specific url. Part2 224 // Verify the security preference under privacy across restarts. Part1 241 // Verify the security preference under privacy across restarts. Part2
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
AdditionalSubtypeSettings.java | 31 import android.preference.DialogPreference; 32 import android.preference.Preference; 33 import android.preference.PreferenceFragment; 34 import android.preference.PreferenceGroup; 347 static final class SavedState extends Preference.BaseSavedState { 559 final Preference pref = group.getPreference(i); 562 // We should not save newly adding subtype to preference because it is incomplete.
|
/external/chromium/chrome/browser/ui/webui/options/ |
core_options_handler.cc | 136 const PrefService::Preference* pref = 208 // one more element for the actual preference identifier. 246 // Get preference change callback function name. 362 // This preference is stored in Local State, not in the user preferences. 368 const PrefService::Preference* pref =
|
/external/chromium_org/base/prefs/ |
pref_service_unittest.cc | 132 // Make sure that if a preference changes type, so the wrong type is stored in 142 const PrefService::Preference* pref = prefs.FindPreference(kPrefName); 160 const PrefService::Preference* pref = prefs.FindPreference(kPrefName);
|
pref_member.cc | 40 // Check that the preference is registered. 73 const PrefService::Preference* pref =
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
recommendation_restorer_unittest.cc | 162 const PrefServiceSyncable::Preference* pref = 187 const PrefServiceSyncable::Preference* pref =
|
/external/chromium_org/chrome/browser/content_settings/ |
content_settings_policy_provider.cc | 219 // in parallel to the preference default content settings. If a 252 VLOG(2) << "Skipping unset preference: " << pref_name; 256 const PrefService::Preference* pref = prefs_->FindPreference(pref_name); 304 VLOG(2) << "Skipping unset preference: " << pref_name; 308 const PrefService::Preference* pref = prefs_->FindPreference(pref_name); 393 // the default value of the preference is used. The default value of a 394 // preference to manage a default-content-settings is CONTENT_SETTING_DEFAULT.
|
/external/chromium/chrome/browser/net/ |
pref_proxy_config_service.cc | 93 const PrefService::Preference* pref = 112 // Fall back to system settings if the mode preference is invalid. 245 // Note: If a switch between a preference proxy configuration and the system
|
/external/chromium_org/chrome/browser/importer/ |
profile_writer.cc | 104 const PrefService::Preference* pref = prefs->FindPreference(prefs::kHomePage);
|
/external/chromium_org/chrome/browser/ui/webui/translate_internals/ |
translate_internals_handler.cc | 157 const PrefService::Preference* pref = prefs->FindPreference(key.c_str());
|
/frameworks/base/core/java/android/preference/ |
DialogPreference.java | 17 package android.preference; 39 * A base class for {@link Preference} objects that are 41 * actual preference controls. 50 public abstract class DialogPreference extends Preference implements 75 // Fallback on the regular title of the preference 253 * Prepares the dialog builder to be shown when the preference is clicked. 270 * Shows the dialog associated with this Preference. This is normally initiated 271 * automatically on clicking on the preference. Call this method if you need to 312 * Returns whether the preference needs to display a soft input method when the dialog 397 * Gets the dialog that is shown by this preference [all...] |
ListPreference.java | 17 package android.preference; 29 * A {@link Preference} that displays a list of entries as 32 * This preference will store a string into the SharedPreferences. This string will be the value 55 /* Retrieve the Preference summary attribute since it's private 56 * in the Preference class. 59 com.android.internal.R.styleable.Preference, 0, 0); 100 * The array to find the value to save for a preference when an entry from 102 * second item in this array will be saved to the preference. 104 * @param entryValues The array to be used as values to save for the preference. 119 * Returns the array of values to be saved for the preference [all...] |
MultiCheckPreference.java | 17 package android.preference; 31 * A {@link Preference} that displays a list of entries as 57 /* Retrieve the Preference summary attribute since it's private 58 * in the Preference class. 61 com.android.internal.R.styleable.Preference, 0, 0); 104 * The array to find the value to save for a preference when an entry from 106 * second item in this array will be saved to the preference. 108 * @param entryValues The array to be used as values to save for the preference. 135 * Returns the array of values to be saved for the preference. 189 * Sets the summary for this Preference with a CharSequence [all...] |
SeekBarPreference.java | 17 package android.preference; 32 public class SeekBarPreference extends Preference 170 * Suppose a client uses this preference type without persisting. We 206 * of MyPreference, a subclass of Preference.
|
TwoStatePreference.java | 17 package android.preference; 36 public abstract class TwoStatePreference extends Preference { 164 * Returns whether dependents are disabled when this preference is on ({@code true}) 165 * or when this preference is off ({@code false}). 167 * @return Whether dependents are disabled when this preference is on ({@code true}) 168 * or when this preference is off ({@code false}). 175 * Sets whether dependents are disabled when this preference is on ({@code true}) 176 * or when this preference is off ({@code false}). 178 * @param disableDependentsState The preference state that should disable dependents.
|
/packages/apps/Settings/src/com/android/settings/ |
ApnEditor.java | 30 import android.preference.EditTextPreference; 31 import android.preference.ListPreference; 32 import android.preference.CheckBoxPreference; 33 import android.preference.Preference; 34 import android.preference.PreferenceActivity; 50 Preference.OnPreferenceChangeListener { 334 * raw value of the protocol preference (e.g., "IPV4V6"). If unknown, 398 public boolean onPreferenceChange(Preference preference, Object newValue) [all...] |
Utils.java | 46 import android.preference.Preference; 47 import android.preference.PreferenceActivity.Header; 48 import android.preference.PreferenceFrameLayout; 49 import android.preference.PreferenceGroup; 78 * Set the preference's title to the matching activity's label. 89 * to specify the icon that should be displayed for the preference. 95 * to specify the title that should be displayed for the preference. 101 * to specify the summary text that should be displayed for the preference. 106 * Finds a matching activity for a preference's intent. If a matchin 123 Preference preference = parentPreferenceGroup.findPreference(preferenceKey); local 184 IconPreferenceScreen preference = (IconPreferenceScreen)parentPreferenceGroup local [all...] |
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service_preference_unittest.cc | 196 // we can't get the preference count. 210 const PrefService::Preference* preference = local 212 return *preference->GetValue(); 226 node.GetEntitySpecifics().preference()); 259 // Returns whether a given preference name is a new name of a migrated 260 // preference. Exposed here for testing. 322 const PrefService::Preference* pref = 329 preference()); 337 const PrefService::Preference* pref [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | 61 enum Preference { 62 None, // No preference 230 /// Return target scheduling preference. 231 Sched::Preference getSchedulingPreference() const { 236 /// for different nodes. This function returns the preference (or none) for 238 virtual Sched::Preference getSchedulingPreference(SDNode *) const { [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page.cc | 351 const PrefService::Preference* pref = 602 const PrefService::Preference* pref =
|
/external/chromium_org/chrome/browser/policy/ |
policy_prefs_browsertest.cc | 518 // The preference must have been registered. 519 const PrefService::Preference* pref = 640 // The preference must have been registered. 641 const PrefService::Preference* pref =
|