/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
SettingsActivity.java | 20 import android.preference.PreferenceActivity; 24 * This preference activity has in its manifest declaration an intent filter for 44 // Registers a callback to be invoked whenever a user changes a preference. 59 // Fires when the user changes a preference.
|
/packages/apps/Settings/src/com/android/settings/ |
ProgressCategory.java | 20 import android.preference.Preference; 28 private Preference mNoDeviceFoundPreference; 55 mNoDeviceFoundPreference = new Preference(getContext());
|
BrightnessPreference.java | 22 import android.preference.Preference; 25 public class BrightnessPreference extends Preference {
|
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...] |
SoundSettings.java | 41 import android.preference.CheckBoxPreference; 42 import android.preference.ListPreference; 43 import android.preference.Preference; 44 import android.preference.PreferenceGroup; 45 import android.preference.PreferenceScreen; 54 Preference.OnPreferenceChangeListener { 91 private Preference mMusicFx; 93 private Preference mRingtonePreference; 94 private Preference mNotificationPreference [all...] |
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
UsageBarPreference.java | 20 import android.preference.Preference; 31 * Creates a percentage bar chart inside a preference. 33 public class UsageBarPreference extends Preference {
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerGaugePreference.java | 22 import android.preference.Preference; 30 * Custom preference for displaying power consumption as a bar and an icon on 33 public class PowerGaugePreference extends Preference {
|
PowerUsageSummary.java | 29 import android.preference.Preference; 30 import android.preference.PreferenceActivity; 31 import android.preference.PreferenceFragment; 32 import android.preference.PreferenceGroup; 33 import android.preference.PreferenceScreen; 63 private Preference mBatteryStatusPref; 130 public boolean onPreferenceTreeClick(PreferenceScreen preferenceScreen, Preference preference) { 131 if (preference instanceof BatteryHistoryPreference) [all...] |
/packages/apps/Settings/src/com/android/settings/users/ |
AppRestrictionsFragment.java | 45 import android.preference.CheckBoxPreference; 46 import android.preference.ListPreference; 47 import android.preference.MultiSelectListPreference; 48 import android.preference.Preference; 49 import android.preference.Preference.OnPreferenceChangeListener; 50 import android.preference.Preference.OnPreferenceClickListener; 51 import android.preference.PreferenceGroup 901 AppRestrictionsPreference preference; field in class:AppRestrictionsFragment.RestrictionsResultReceiver [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
SwitchPreference.java | 17 package com.example.android.apis.preference; 22 import android.preference.PreferenceActivity; 23 import android.preference.PreferenceManager;
|
/external/chromium/chrome/browser/prefs/ |
pref_observer_mock.h | 22 // Matcher that checks whether the current value of the preference named 26 const PrefService::Preference* pref = 39 // A mock for testing preference notifications and easy setup of expectations.
|
/external/chromium_org/base/prefs/ |
mock_pref_change_callback.h | 18 // Matcher that checks whether the current value of the preference named 22 const PrefService::Preference* pref = 35 // A mock for testing preference notifications and easy setup of expectations.
|
pref_registry.h | 41 // Changes the default value for a preference. Takes ownership of |value|. 43 // |pref_name| must be a previously registered preference. 50 // Used by subclasses to register a default value for a preference.
|
pref_service.cc | 163 const Preference* pref = FindPreference(path); 192 const PrefService::Preference* PrefService::FindPreference( 202 std::make_pair(pref_name, Preference( 227 const Preference* pref = FindPreference(pref_name); 232 const Preference* pref = FindPreference(pref_name); 255 const Preference* pref = FindPreference(path); 261 // Look for an existing preference in the user store. If it doesn't 283 // Lookup the preference in the default store. 326 const Preference* pref = FindPreference(path); 407 const Preference* pref = FindPreference(path) [all...] |
/external/chromium_org/chrome/browser/ui/webui/options/ |
core_options_handler.h | 52 // Stops observing given preference identified by |pref_name|. 74 // Notifies registered JS callbacks on change in |pref_name| preference. 82 // preference. |value| is the new value for |name|. Called from 97 // Type of preference value received from the page. This doesn't map 1:1 to 118 // preference names passed as the |args| parameter (ListValue). It passes 119 // results dictionary of preference values by calling prefsFetched() JS method 124 // notification observing for given array of preference names. 128 // preference value. |args| is an array of parameters as follows: 129 // item 0 - name of the preference. 130 // item 1 - the value of the preference in string form [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
privacy.json | 18 "description": "If enabled, Chrome attempts to speed up your web browsing experience by pre-resolving DNS entries, prerendering sites (<code><link rel='prefetch' ...></code>), and preemptively opening TCP and SSL connections to servers. This preference's value is a boolean, defaulting to <code>true</code>." 30 "description": "If enabled, Chrome uses a web service to help resolve navigation errors. This preference's value is a boolean, defaulting to <code>true</code>." 35 "description": "If enabled, Chrome offers to automatically fill in forms. This preference's value is a boolean, defaulting to <code>true</code>." 40 "description": "If enabled, Chrome does its best to protect you from phishing and malware. This preference's value is a boolean, defaulting to <code>true</code>." 45 "description": "If enabled, Chrome sends the text you type into the Omnibox to your default search engine, which provides predictions of websites and searches that are likely completions of what you've typed so far. This preference's value is a boolean, defaulting to <code>true</code>." 50 "description": "If enabled, Chrome uses a web service to help correct spelling errors. This preference's value is a boolean, defaulting to <code>false</code>." 55 "description": "If enabled, Chrome offers to translate pages that aren't in a language you read. This preference's value is a boolean, defaulting to <code>true</code>." 67 "description": "If disabled, Chrome blocks third-party sites from setting cookies. The value of this preference is of type boolean, and the default value is <code>true</code>." 72 "description": "If enabled, Chrome sends auditing pings when requested by a website (<code><a ping></code>). The value of this preference is of type boolean, and the default value is <code>true</code>." 77 "description": "If enabled, Chrome sends <code>referer</code> headers with your requests. Yes, the name of this preference doesn't match the misspelled header. No, we're not going to change it. The value of this preferenc (…) [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
contenteditable-link.html | 18 <div>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior. This can be set via a private WebPreference. If the preference is OnlyLiveWithShiftKey, then the link will only be active when the shift key is pressed (WinIE/Firefox behaviour). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior, then the link is always active (Safari 2.0 behaviour). Finally, if the preference is WebKitEditableLinkLiveWhenNotFocused, the link will only be live if the selection before clicking on the link is not in the same editable block as the link.</div>
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
LabPreferencesFragment.java | 20 import android.preference.Preference; 21 import android.preference.PreferenceFragment;
|
/packages/apps/Settings/src/com/android/settings/applications/ |
LinearColorPreference.java | 20 import android.preference.Preference; 24 public class LinearColorPreference extends Preference {
|
/packages/apps/Settings/src/com/android/settings/wifi/p2p/ |
WifiP2pPersistentGroup.java | 21 import android.preference.Preference; 24 public class WifiP2pPersistentGroup extends Preference {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/ |
SpellCheckerSettingsFragment.java | 20 import android.preference.PreferenceFragment; 21 import android.preference.PreferenceScreen; 27 * Preference screen.
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
KeyboardListPreferenceJAJP.java | 21 import android.preference.ListPreference; 25 * The preference class of keyboard image list for Japanese IME. 40 /** @see android.preference.DialogPreference#onDialogClosed */
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnControlPanelJAJP.java | 20 import android.preference.PreferenceActivity; 23 * The control panel preference class for Japanese IME. 29 /** @see android.preference.PreferenceActivity#onCreate */
|
/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...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
SettingsActivity.java | 24 import android.preference.CheckBoxPreference; 25 import android.preference.ListPreference; 26 import android.preference.Preference; 27 import android.preference.PreferenceActivity; 28 import android.preference.PreferenceScreen; 45 implements Preference.OnPreferenceChangeListener { 129 Preference preference) { 130 if (KEY_ALARM_IN_SILENT_MODE.equals(preference.getKey())) [all...] |