HomeSort by relevance Sort by last modified time
    Searched full:preference (Results 326 - 350 of 2308) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/api/preference/
chrome_direct_setting_api.cc 5 #include "chrome/browser/extensions/api/preference/chrome_direct_setting_api.h"
13 #include "chrome/browser/extensions/api/preference/preference_api_constants.h"
126 const PrefService::Preference* preference = local
128 const base::Value* value = preference->GetValue();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.js 14 * preference value.
24 * Updates the UI to reflect the state of the preference.
48 * If there was an error getting the preference, does nothing.
97 * Called from the UI to change the preference value.
99 * @param enabled{boolean} The new preference value.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.js 14 * preference value.
24 * Updates the UI to reflect the state of the preference.
48 * If there was an error getting the preference, does nothing.
97 * Called from the UI to change the preference value.
99 * @param enabled{boolean} The new preference value.
  /packages/apps/Camera/src/com/android/camera/ui/
ListPrefSettingPopup.java 73 public void initialize(ListPreference preference) {
74 mPreference = preference;
78 if (preference instanceof IconListPreference) {
105 // The value of the preference may have changed. Update the UI.
112 Log.e(TAG, "Invalid preference value.");
  /packages/apps/Camera2/src/com/android/camera/ui/
ListPrefSettingPopup.java 73 public void initialize(ListPreference preference) {
74 mPreference = preference;
78 if (preference instanceof IconListPreference) {
105 // The value of the preference may have changed. Update the UI.
112 Log.e(TAG, "Invalid preference value.");
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 33 import android.preference.Preference;
34 import android.preference.PreferenceActivity;
114 Preference preference = new Preference(getActivity()); local
115 preference.setFragment(MasterClearConfirm.class.getName());
116 preference.setTitle(R.string.master_clear_confirm_title);
117 preference.getExtras().putBoolean(ERASE_EXTERNAL_EXTRA, mExternalStorage.isChecked());
118 ((PreferenceActivity) getActivity()).onPreferenceStartFragment(null, preference);
    [all...]
SecuritySettings.java 35 import android.preference.CheckBoxPreference;
36 import android.preference.ListPreference;
37 import android.preference.Preference;
38 import android.preference.Preference.OnPreferenceChangeListener;
39 import android.preference.PreferenceGroup;
40 import android.preference.PreferenceScreen;
101 private Preference mResetCredentials;
109 private Preference mNotificationAccess
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
ChooseAccountActivity.java 29 import android.preference.Preference;
30 import android.preference.PreferenceActivity;
31 import android.preference.PreferenceGroup;
32 import android.preference.PreferenceScreen;
111 // Create list of providers to show on preference screen
234 public boolean onPreferenceTreeClick(PreferenceScreen preferences, Preference preference) {
235 if (preference instanceof ProviderPreference) {
236 ProviderPreference pref = (ProviderPreference) preference;
    [all...]
  /packages/services/Telephony/src/com/android/phone/
CallFeaturesSetting.java 45 import android.preference.CheckBoxPreference;
46 import android.preference.ListPreference;
47 import android.preference.Preference;
48 import android.preference.PreferenceActivity;
49 import android.preference.PreferenceGroup;
50 import android.preference.PreferenceManager;
51 import android.preference.PreferenceScreen;
83 * This preference screen is the root of the "Call settings" hierarchy
100 Preference.OnPreferenceChangeListener
    [all...]
EditPhoneNumberPreference.java 25 import android.preference.EditTextPreference;
40 //allowed modes for this preference.
48 //String constants used in storing the value of the preference
49 // The preference is backed by a string that holds the encoded value, which reads:
51 // for example, an enabled preference with a number of 6502345678 would read:
74 /** Arbitrary activity-assigned preference id value */
77 //similar to toggle preference
98 void onDialogClosed(EditPhoneNumberPreference preference, int buttonClicked);
112 String onGetDefaultNumber(EditPhoneNumberPreference preference);
152 //called when we're binding the view to the preference
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 30 import android.preference.Preference;
31 import android.preference.PreferenceActivity;
32 import android.preference.PreferenceCategory;
33 import android.preference.PreferenceGroup;
34 import android.preference.PreferenceScreen;
78 Preference mMyDevicePreference;
255 mMyDevicePreference = new Preference(getActivity());
385 * @param preference the newly added preference
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java 42 import android.preference.Preference;
43 import android.preference.PreferenceActivity;
44 import android.preference.PreferenceScreen;
71 // The mountToggle Preference that has last been clicked.
73 // one's preference is disabled
74 private static Preference sLastClickedMountToggle;
216 public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference) {
217 if (StorageVolumePreferenceCategory.KEY_CACHE.equals(preference.getKey()))
    [all...]
  /packages/services/Telephony/src/com/android/phone/sip/
SipSettings.java 41 import android.preference.CheckBoxPreference;
42 import android.preference.Preference;
43 import android.preference.Preference.OnPreferenceClickListener;
44 import android.preference.PreferenceActivity;
45 import android.preference.PreferenceCategory;
89 private class SipPreference extends Preference {
217 public boolean onPreferenceClick(Preference preference) {
    [all...]
  /external/iputils/
rdisc.c 70 int preference; member in struct:interface
95 static void record_router(struct in_addr router, int preference, int ttl);
167 " rdisc -r [-b] [-d] [-s] [-v] [-f] [-a] [-V] [-p <preference>] [-T <secs>]\n"
195 int preference = 0; /* Setable with -p option */ variable
202 best preference in the kernel. Not set
355 preference = val;
612 ap->ira_preference = htonl(interfaces[i].preference);
808 logtrace("\taddress %s, preference 0x%x\n",
966 /* Send out a packet with a preference so that all
1095 interfaces[i].preference = preference
1302 int preference; member in struct:table
    [all...]
  /external/chromium_org/chrome/browser/resources/
gesture_config.js 11 * A generic WebUI for configuring preference values used by Chrome's gesture
27 * Sets up the form for configuring all the preference values.
97 * Requests preference values for all the relevant fields.
106 * Causes all form values to be updated based on current preference values.
118 * Requests a preference setting's value.
121 * @param {string} prefName The name of the preference value being requested.
128 * Sets a preference setting's value.
129 * @param {string} prefName The name of the preference value being set.
138 * Resets a preference to its default value and get that callback
139 * to updatePreferenceValueResult with the new value of the preference
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceTest.java 20 import android.preference.CheckBoxPreference;
21 import android.preference.Preference;
22 import android.preference.PreferenceGroup;
31 private Preference mPreference;
273 "custom-preference");
279 "custom-preference");
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 109 LOG(ERROR) << "Boolean preference " << pref_name << " mismatched in"
126 LOG(ERROR) << "Integer preference " << pref_name << " mismatched in"
143 LOG(ERROR) << "Integer preference " << pref_name << " mismatched in"
160 LOG(ERROR) << "Double preference " << pref_name << " mismatched in"
177 LOG(ERROR) << "String preference " << pref_name << " mismatched in"
194 LOG(ERROR) << "base::FilePath preference " << pref_name
211 LOG(ERROR) << "List preference " << pref_name << " mismatched in"
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 17 package android.preference;
33 * A {@link Preference} that allows for string
41 * This preference will store a string into the SharedPreferences.
62 * The preference framework and view framework both have an 'enabled'
64 * the preference framework, but it was also given to the view framework.
99 * @return The current preference value.
122 * Adds the EditText widget of this preference to the dialog's view.
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/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 24 import android.preference.ListPreference;
25 import android.preference.Preference;
26 import android.preference.PreferenceFragment;
27 import android.preference.PreferenceScreen;
46 implements Preference.OnPreferenceChangeListener {
82 public boolean onPreferenceChange(Preference pref, Object objValue) {
  /packages/apps/Settings/res/xml/
device_info_settings.xml 99 <Preference android:key="device_model"
105 <Preference android:key="firmware_version"
111 <Preference android:key="fcc_equipment_id"
117 <Preference android:key="baseband_version"
123 <Preference android:key="kernel_version"
129 <Preference android:key="build_number"
135 <Preference android:key="selinux_status"
  /external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/
InvalidationPreferences.java 10 import android.preference.PreferenceManager;
29 * To read a preference, call the appropriate {@code get...} method.
31 * To write a preference, first call {@link #edit} to obtain a {@link EditContext}. Then, make
40 * Used to avoid exposing raw preference objects to users of this class.
53 * Shared preference key to store the invalidation types that we want to register
60 * Shared preference key to store tango object ids for additional objects that we want to
66 /** Shared preference key to store the name of the account in use. */
70 /** Shared preference key to store the type of account in use. */
73 /** Shared preference key to store internal notification client library state. */
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
DefaultValues.java 17 package com.example.android.apis.preference;
24 import android.preference.PreferenceActivity;
25 import android.preference.PreferenceManager;
  /external/chromium_org/base/prefs/
pref_change_registrar.h 20 // manages observers of preference changes. When the Registrar is destroyed,
25 // path of the preference that is changing.
40 // the preference that is changing as its parameter.
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_sync_observer.h 32 // image saved in syncable preference.
49 // Register syncable preference for profile.
76 // Called when preference |pref_name| was changed.j

Completed in 329 milliseconds

<<11121314151617181920>>