HomeSort by relevance Sort by last modified time
    Searched full:preferences (Results 51 - 75 of 1766) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/apps/NotificationStudio/.settings/
org.eclipse.jdt.core.prefs 1 eclipse.preferences.version=1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/.settings/
org.moreunit.prefs 1 eclipse.preferences.version=1
  /external/chromium_org/components/sync_driver/
data_type_manager_impl_unittest.cc 28 using syncer::PREFERENCES;
515 AddController(PREFERENCES);
538 Configure(dtm_.get(), ModelTypeSet(BOOKMARKS, PREFERENCES));
543 FinishDownload(*dtm_, ModelTypeSet(BOOKMARKS, PREFERENCES), ModelTypeSet());
547 GetController(PREFERENCES)->FinishStart(DataTypeController::OK);
568 AddController(PREFERENCES);
591 Configure(dtm_.get(), ModelTypeSet(PREFERENCES));
596 FinishDownload(*dtm_, ModelTypeSet(PREFERENCES), ModelTypeSet());
600 GetController(PREFERENCES)->FinishStart(DataTypeController::OK);
621 AddController(PREFERENCES);
    [all...]
  /external/chromium_org/chrome/browser/prefs/
pref_service_syncable.h 21 // whether preferences are syncable or not when registering them to
56 // Returns true if preferences state has synchronized with the remote
57 // preferences. If true is returned it can be assumed the local preferences
58 // has applied changes from the remote preferences. The two may not be
61 // TODO(albertb): Given that we now support priority preferences, callers of
62 // this method are likely better off making the preferences they care about
63 // into priority preferences and calling IsPrioritySyncing().
66 // Returns true if priority preferences state has synchronized with the remote
67 // priority preferences
    [all...]
  /cts/tests/sample/src/android/sample/
SampleDeviceActivity.java 42 * Saves the given key value pair to the shared preferences.
48 // Get an editor to modify the preferences.
57 * Looks up the given key in the shared preferences.
67 * Deletes all entries in the shared preferences.
70 // Get an editor to modify the preferences.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui_3.6.1.M20100826-1330.jar 
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferenceChangeEventTest.java 23 import java.util.prefs.Preferences;
38 defaultFactory = Preferences.setPreferencesFactory(
44 Preferences.setPreferencesFactory(defaultFactory);
49 AbstractPreferences parent = (AbstractPreferences) Preferences
50 .userNodeForPackage(Preferences.class);
74 AbstractPreferences parent = (AbstractPreferences) Preferences
75 .userNodeForPackage(Preferences.class);
104 AbstractPreferences parent = (AbstractPreferences) Preferences
105 .userNodeForPackage(Preferences.class);
  /external/chromium_org/chrome/installer/util/
master_preferences.h 25 // This is the default name for the master preferences file used to pre-set
30 // The master preferences is a JSON file with the same entries as the
31 // 'Default\Preferences' file. This function parses the distribution
32 // section of the preferences file.
78 // Construct a master preferences from the current process' current command
83 // Parses the command line and optionally reads the master preferences file
90 // Parses a specific preferences file and does not merge any command line
94 // Parses a preferences directly from |prefs| and does not merge any command
107 // As part of the master preferences an optional section indicates the tabs
122 // The master preferences can also contain a regular extension
    [all...]
  /cts/tests/sample/src/android/sample/cts/
SampleDeviceTest.java 34 * A reference to the activity whose shared preferences are being tested.
63 * preferences and asserts they can no longer be retrieved.
68 // Save the key value pair to the preferences and assert they were saved.
70 assertEquals("Preferences were not saved", VALUE, mActivity.getPreference(KEY));
72 // Clear the shared preferences and assert the data was removed.
74 assertNull("Preferences were not cleared", mActivity.getPreference(KEY));
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
PreferenceWithHeaders.java 57 * This fragment shows the preferences for the first header.
70 // Load the preferences from an XML resource
77 * can get to by tapping an item in the first preferences fragment.
87 // Load the preferences from an XML resource
93 * This fragment shows the preferences for the second header.
103 // Load the preferences from an XML resource
PreferencesFromXml.java 30 // Load the preferences from an XML resource
31 addPreferencesFromResource(R.xml.preferences);
  /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/
PerformanceResultsPreferenceInitializer.java 13 import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
14 import org.eclipse.core.runtime.preferences.DefaultScope;
15 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
16 import org.eclipse.core.runtime.preferences.IScopeContext;
23 * Default performances preferences initializer.
30 * @see org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer#initializeDefaultPreferences()
  /packages/apps/Browser/res/xml/
accessibility_preferences.xml 26 <com.android.browser.preferences.FontSizePreview
29 <com.android.browser.preferences.SeekBarSummaryPreference
35 <com.android.browser.preferences.SeekBarSummaryPreference
41 <com.android.browser.preferences.SeekBarSummaryPreference
50 <com.android.browser.preferences.InvertedContrastPreview
59 <com.android.browser.preferences.SeekBarSummaryPreference
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 50 * Utility class for the Preferences import/export from XML file.
57 static final String PREFS_DTD_NAME = "http://java.sun.com/dtd/preferences.dtd";
63 + " <!ELEMENT preferences (root)>"
64 + " <!ATTLIST preferences EXTERNAL_XML_VERSION CDATA \"0.0\" >"
81 static final String DOCTYPE = "<!DOCTYPE preferences SYSTEM";
86 private static final String FILE_PREFS = "<!DOCTYPE map SYSTEM 'http://java.sun.com/dtd/preferences.dtd'>";
145 * utilities for Preferences export
147 static void exportPrefs(Preferences prefs, OutputStream stream,
162 flushStartTag("preferences", new String[] { "EXTERNAL_XML_VERSION" },
172 flushEndTag("preferences", out)
336 Element preferences; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
file_path_verifier_win.h 30 // Verifies that the Preferences file at |pref_file_path| is found as expected
31 // on disk and reports the result via UMA stat Stability.FileAtPath.Preferences.
  /external/chromium_org/chrome/browser/resources/instant/
instant.html 10 <title>Instant preferences</title>
15 <h2>Instant preferences</h2>
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_constants.h 11 // to preferences by the SupervisedUserPrefStore.
26 // locally, and are mapped to preferences by the
  /external/chromium_org/chrome/utility/media_galleries/
itunes_pref_parser_win.h 14 // Extracts the library XML location from the iTunes preferences XML data.
20 // <key>User Preferences</key>
  /external/chromium_org/content/renderer/pepper/
ppapi_preferences_builder.cc 12 ppapi::Preferences PpapiPreferencesBuilder::Build(
14 ppapi::Preferences ppapi_prefs;
  /external/chromium_org/extensions/browser/
extension_pref_store.h 13 // A (non-persistent) PrefStore implementation that holds effective preferences
14 // set by extensions. These preferences are managed by and fetched from an
  /external/chromium_org/sync/syncable/
syncable_util_unittest.cc 18 GenerateSyncableHash(PREFERENCES, "tag1"));
25 GenerateSyncableHash(PREFERENCES, "tag2"));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
toc.xml 6 <topic label="Preferences" href="html/preferences.html"/>
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
SettingsActivity.java 31 // Load the preferences from an XML resource
32 addPreferencesFromResource(R.xml.preferences);
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
PreferenceMigratorHolder.java 17 package com.android.mail.preferences;
20 * Holds a {@link PreferenceMigratorCreator} to be used for migrating preferences.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/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$

Completed in 812 milliseconds

1 23 4 5 6 7 8 91011>>