HomeSort by relevance Sort by last modified time
    Searched defs:preferences (Results 26 - 50 of 159) sorted by null

12 3 4 5 6 7

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ComponentResultsView.java 15 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
16 import org.eclipse.core.runtime.preferences.InstanceScope;
17 import org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener;
18 import org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent;
104 // Eclipse preferences
105 IEclipsePreferences preferences; field in class:ComponentResultsView
114 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
115 this.preferences.addPreferenceChangeListener(this);
116 Util.initMilestones(this.preferences);
260 ComponentResultsView.this.preferences.putBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, isChecked())
    [all...]
PerformancesView.java 22 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
23 import org.eclipse.core.runtime.preferences.InstanceScope;
24 import org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener;
25 import org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent;
153 // Eclipse preferences
154 IEclipsePreferences preferences; field in class:PerformancesView
186 // Get preferences
187 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
190 int eclipseVersion = this.preferences.getInt(IPerformancesConstants.PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION);
191 String databaseLocation = this.preferences.get(IPerformancesConstants.PRE_DATABASE_LOCATION, IPerformancesConstants.NETWORK_DATABASE_LOCATION (…)
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 18 package com.android.mail.preferences;
37 * A high-level API to store and retrieve preferences, that can be versioned in a similar manner as
80 LogUtils.w(LogUtils.TAG, "No preference migrator found, not migrating preferences");
145 * Commits all pending changes to the preferences.
190 * Return a list of shared preferences that should be backed up.
195 final Map<String, ?> preferences = sharedPreferences.getAll(); local
197 for (final Map.Entry<String, ?> entry : preferences.entrySet()) {
216 * Restores preferences from a backup.
218 public void restorePreferences(final List<BackupSharedPreference> preferences) {
219 for (final BackupSharedPreference preference : preferences) {
    [all...]
AccountPreferences.java 16 package com.android.mail.preferences;
27 * Preferences relevant to one specific account.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 89 public FlyoutControlComposite(Composite parent, int style, IFlyoutPreferences preferences) {
91 m_preferences = preferences;
276 * Applies the given preferences into the preferences of this flyout
280 * @param preferences the preferences to apply
282 public void apply(IFlyoutPreferences preferences) {
283 m_preferences.setDockLocation(preferences.getDockLocation());
284 m_preferences.setState(preferences.getState());
285 m_preferences.setWidth(preferences.getWidth())
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 363 public static int readExposure(ComboPreferences preferences) {
364 String exposure = preferences.getString(
422 ComboPreferences preferences, Parameters parameters) {
423 int currentCameraId = readPreferredCameraId(preferences);
425 // Clear the preferences of both cameras.
428 preferences.setLocalId(context, backCameraId);
429 Editor editor = preferences.edit();
435 preferences.setLocalId(context, frontCameraId);
436 Editor editor = preferences.edit();
441 // Switch back to the preferences of the current camera. Otherwise
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
ScenarioResultsElement.java 15 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
16 import org.eclipse.core.runtime.preferences.InstanceScope;
140 IEclipsePreferences preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID); local
141 String comment = preferences.get(getId(), null);
ComponentResultsElement.java 19 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
20 import org.eclipse.core.runtime.preferences.InstanceScope;
214 IEclipsePreferences preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID); local
215 String comment = preferences.get(getId(), null);
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 132 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(mContext); local
133 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false);
InterpreterInstaller.java 300 SharedPreferences preferences = PreferenceManager.getDefaultSharedPreferences(mContext); local
301 return preferences.getBoolean(InterpreterConstants.INSTALLED_PREFERENCE_KEY, false);
  /packages/apps/EmergencyInfo/tests/src/com/android/emergency/preferences/
ContactPreferenceTest.java 16 package com.android.emergency.preferences;
EmergencyEditTextPreferenceTest.java 16 package com.android.emergency.preferences;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
PermissionsFrameFragment.java 38 // This is to distinguish it from the rest of the preferences
51 * Returns the view group that holds the preferences objects. This will
77 PreferenceScreen preferences = getPreferenceScreen(); local
78 if (preferences == null) {
79 preferences = getPreferenceManager().createPreferenceScreen(getActivity());
80 setPreferenceScreen(preferences);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
TwoStatePreferenceHelper.java 46 final ArrayList<Preference> preferences = new ArrayList<>(); local
49 preferences.add(group.getPreference(index));
53 final Preference preference = preferences.get(index);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
EditorsPage.java 17 package com.android.ide.eclipse.adt.internal.preferences;
Messages.java 2 package com.android.ide.eclipse.adt.internal.preferences;
7 private static final String BUNDLE_NAME = "com.android.ide.eclipse.adt.internal.preferences.messages"; //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
LogCatPreferencePage.java 17 package com.android.ide.eclipse.ddms.preferences;
PreferenceInitializer.java 17 package com.android.ide.eclipse.ddms.preferences;
29 import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
90 * @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
139 * Initializes the preferences of ddmlib and ddmuilib with values from the eclipse store.
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
HeadlessApplication.java 28 import com.badlogic.gdx.Preferences;
206 ObjectMap<String, Preferences> preferences = new ObjectMap<String, Preferences>(); field in class:HeadlessApplication
209 public Preferences getPreferences(String name) {
210 if (preferences.containsKey(name)) {
211 return preferences.get(name);
213 Preferences prefs = new HeadlessPreferences(name, this.preferencesdir);
214 preferences.put(name, prefs);
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglCanvas.java 38 import com.badlogic.gdx.Preferences;
326 Map<String, Preferences> preferences = new HashMap<String, Preferences>(); field in class:LwjglCanvas
329 public Preferences getPreferences (String name) {
330 if (preferences.containsKey(name)) {
331 return preferences.get(name);
333 Preferences prefs = new LwjglPreferences(name, ".prefs/");
334 preferences.put(name, prefs);
LwjglAWTCanvas.java 49 import com.badlogic.gdx.Preferences;
372 Map<String, Preferences> preferences = new HashMap<String, Preferences>(); field in class:LwjglAWTCanvas
375 public Preferences getPreferences (String name) {
376 if (preferences.containsKey(name)) {
377 return preferences.get(name);
379 Preferences prefs = new LwjglPreferences(name, ".prefs/");
380 preferences.put(name, prefs);
LwjglApplication.java 33 import com.badlogic.gdx.Preferences;
320 ObjectMap<String, Preferences> preferences = new ObjectMap<String, Preferences>(); field in class:LwjglApplication
323 public Preferences getPreferences (String name) {
324 if (preferences.containsKey(name)) {
325 return preferences.get(name);
327 Preferences prefs = new LwjglPreferences(new LwjglFileHandle(new File(preferencesdir, name), preferencesFileType));
328 preferences.put(name, prefs);
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwApplication.java 27 import com.badlogic.gdx.Preferences;
51 private final Map<String, Preferences> preferences = new HashMap(); field in class:JglfwApplication
320 public Preferences getPreferences (String name) {
321 if (preferences.containsKey(name))
322 return preferences.get(name);
324 Preferences prefs = new JglfwPreferences(name, this.preferencesdir);
325 preferences.put(name, prefs);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Application.java 37 import com.badlogic.gdx.Preferences;
53 private final ObjectMap<String, Preferences> preferences = new ObjectMap<String, Preferences>(); field in class:Lwjgl3Application
269 public Preferences getPreferences(String name) {
270 if (preferences.containsKey(name)) {
271 return preferences.get(name);
273 Preferences prefs = new Lwjgl3Preferences(
275 preferences.put(name, prefs);
  /libcore/ojluni/src/main/java/java/util/prefs/
XmlSupport.java 43 * @see Preferences
47 // The required DTD URI for exported preferences
49 "http://java.sun.com/dtd/preferences.dtd";
55 "<!-- DTD for preferences -->" +
57 "<!ELEMENT preferences (root) >" +
58 "<!ATTLIST preferences" +
77 * Version number for the format exported preferences files.
87 * Export the specified preferences node and, if subTree is true, all
88 * subnodes, to the specified output stream. Preferences are exported as
89 * an XML document conforming to the definition in the Preferences spec
103 Element preferences = doc.getDocumentElement() ; local
    [all...]

Completed in 1503 milliseconds

12 3 4 5 6 7