HomeSort by relevance Sort by last modified time
    Searched refs:Preference (Results 226 - 250 of 270) sorted by null

1 2 3 4 5 6 7 8 91011

  /packages/apps/Settings/src/com/android/settings/print/
PrintSettingsFragment.java 34 import android.preference.Preference;
35 import android.preference.PreferenceCategory;
36 import android.preference.PreferenceScreen;
193 PreferenceScreen preference = getPreferenceManager().createPreferenceScreen( local
197 preference.setTitle(title);
202 preference.setKey(componentName.flattenToString());
204 preference.setOrder(i);
205 preference.setFragment(PrintServiceSettingsFragment.class.getName());
206 preference.setPersistent(false)
369 PreferenceScreen preference = getPreferenceManager() local
    [all...]
  /external/chromium/chrome/browser/importer/
profile_writer.cc 56 const PrefService::Preference* pref = prefs->FindPreference(prefs::kHomePage);
  /external/chromium/chrome/browser/ui/gtk/
first_run_dialog.cc 116 const PrefService::Preference* metrics_reporting_pref =
  /external/chromium_org/chrome/browser/metrics/
metrics_service_unittest.cc 163 const PrefService::Preference* low_entropy_pref =
metrics_service.cc     [all...]
  /external/chromium_org/chrome/browser/net/
pref_proxy_config_tracker_impl.cc 89 // Note: If a switch between a preference proxy configuration and the system
229 const PrefService::Preference* pref =
283 // Fall back to system settings if the mode preference is invalid.
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc     [all...]
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 17 package android.preference;
64 * this class only allowed the display of a single set of preference; this
99 * <p>The following sample code shows a simple preference activity that
101 * of the activity itself as well as its two preference fragments is:</p>
103 * {@sample development/samples/ApiDemos/src/com/example/android/apis/preference/PreferenceWithHeaders.java
116 * <p>Note that this XML resource contains a preference screen holding another
178 // extras that allow any preference activity to be launched as part of a wizard
206 // --- State for old mode when showing a single preference list
217 * The starting request code given out to preference framework.
389 * Intent to launch when the preference is selected
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_policy_provider.cc 116 // in parallel to the preference default-content-settings. If a
176 NOTREACHED() << "Unexpected preference observed";
227 // the default value of the preference is used. The default value of a
228 // preference to manage a default-content-settings is CONTENT_SETTING_DEFAULT.
336 VLOG(2) << "Skipping unset preference: " << pref_name;
340 const PrefService::Preference* pref = prefs->FindPreference(pref_name);
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_handler.cc 592 const PrefService::Preference* proxy_config =
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 389 const PrefService::Preference* preference = local
391 if (!preference) {
392 VLOG(2) << "No preference " << pref_name;
393 // The preference may not exist in tests.
397 // User prefs are not stored in this Preference yet but only the policy.
404 if (preference->IsDefaultValue()) {
405 VLOG(2) << "Preference has no recommended or mandatory value.";
409 VLOG(2) << "Preference with policy found.";
410 const base::Value* onc_policy_value = preference->GetValue()
    [all...]
  /external/chromium_org/chrome/browser/prefs/
browser_prefs.cc 208 // The sync promo error message preference has been removed; this pref will
491 // Cleanup now-removed sync promo error message preference.
536 const PrefService::Preference* pref =
pref_metrics_service.cc 40 // An unregistered preference to fill in indices in kTrackedPrefs below for
44 // that preference is unimplemented.
48 // tools/metrics/histograms/histograms.xml. To add a new preference, append it
228 const PrefService::Preference* pref = prefs->FindPreference(path.c_str());
286 // created if we set preference values below.
334 // Record that we haven't tracked this preference yet, or the hash in
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 295 Sched::Preference SchedulingPref; // Scheduling preference.
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 383 Sched::Preference getSchedulingPreference(SDNode *N) const;
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 377 Sched::Preference getSchedulingPreference(SDNode *N) const;
  /external/chromium/chrome/browser/prefs/
pref_service_unittest.cc 42 // The locale default should take preference over the user default.
151 // Make sure that if a preference changes type, so the wrong type is stored in
161 const PrefService::Preference* pref =
  /external/chromium_org/chrome/browser/chromeos/accessibility/
accessibility_manager.cc 252 const PrefService::Preference* pref = ProfileHelper::GetSigninProfile()->
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.cc 125 // preference is coming from the 'user' PrefStore.
146 const PrefService::Preference* pref = source->FindPreference(it->c_str());
  /packages/apps/Settings/src/com/android/settings/
Settings.java 45 import android.preference.Preference;
46 import android.preference.PreferenceActivity;
47 import android.preference.PreferenceFragment;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js 736 * @param {function(Object)} callback Function accepting a preference map.
743 * @param {string} key Preference name.
744 * @param {function(string)} callback Function accepting the preference value.
753 * @param {string} key Preference name.
754 * @param {string|Object} value Preference value.
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller.cc 156 const PrefService::Preference* local_pref =
784 const PrefService::Preference* pref =
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc     [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_model.cc 580 // A preference related to default search engine has changed.
816 const PrefService::Preference* pref =
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc     [all...]

Completed in 3287 milliseconds

1 2 3 4 5 6 7 8 91011