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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/remoting/
branding_Chromium 12 MAC_PREFPANE_BUNDLE_ID=org.chromium.remoting.preferences
  /external/chromium_org/third_party/tlslite/patches/
client_cipher_preferences.patch 13 + #Use the client's preferences for now.
  /external/chromium_org/ui/accessibility/extensions/longdesc/
options.js 20 // Restores select box and checkbox state using the preferences
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/.settings/
org.eclipse.jdt.core.prefs 2 eclipse.preferences.version=1
  /external/owasp/sanitizer/.settings/
org.eclipse.jdt.core.prefs 2 eclipse.preferences.version=1
  /frameworks/base/core/java/android/preference/
PreferenceManager.java 85 * Cached shared preferences.
299 * Returns the current name of the SharedPreferences file that preferences managed by
310 * Sets the name of the SharedPreferences file that preferences managed by this
322 * Returns the current mode of the SharedPreferences file that preferences managed by
333 * Sets the mode of the SharedPreferences file that preferences managed by this
345 * Gets a SharedPreferences instance that preferences managed by this will
349 * the values of preferences that are managed by this.
364 * @param context The context of the preferences whose values are wanted.
366 * listen to values of the preferences.
426 * @param context The context of the shared preferences
    [all...]
  /frameworks/base/docs/downloads/training/
NetworkUsage.zip 
  /frameworks/base/docs/html/guide/topics/data/
index.jd 3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data.
  /frameworks/base/tests/VoiceInteraction/res/layout/
settings.xml 20 android:text="Preferences placeholder" />
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 416 // Note: This method accesses the global preferences directly, not the
417 // combo preferences.
438 public static int readExposure(ComboPreferences preferences) {
439 String exposure = preferences.getString(
496 ComboPreferences preferences, Parameters parameters) {
497 int currentCameraId = readPreferredCameraId(preferences);
499 // Clear the preferences of both cameras.
502 preferences.setLocalId(context, backCameraId);
503 Editor editor = preferences.edit();
509 preferences.setLocalId(context, frontCameraId)
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java 31 import com.android.email.Preferences;
36 import com.android.mail.preferences.MailPrefs;
41 private Preferences mPreferences;
55 mPreferences = Preferences.getPreferences(context);
  /packages/apps/Settings/res/xml/
quick_launch_settings.xml 21 <!-- Preferences will be filled here. -->
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
BackupSharedPreference.java 17 package com.android.mail.preferences;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BackupAgent.java 23 * Backs up the Latin IME shared preferences.
  /sdk/apps/SdkController/.settings/
org.eclipse.jdt.core.prefs 2 eclipse.preferences.version=1
  /external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc 42 preferred_types_.Put(syncer::PREFERENCES);
127 to_migrate.Put(syncer::PREFERENCES);
185 to_migrate.Put(syncer::PREFERENCES);
208 to_migrate1.Put(syncer::PREFERENCES);
210 to_migrate_union.Put(syncer::PREFERENCES);
247 to_migrate.Put(syncer::PREFERENCES);
272 to_migrate.Put(syncer::PREFERENCES);
292 prefs.Put(syncer::PREFERENCES);
304 to_migrate.Put(syncer::PREFERENCES);
316 RemovePreferredType(syncer::PREFERENCES);
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
migration_test.cc 234 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES), MODIFY_PREF);
238 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES),
244 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES),
251 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES),
259 MakeList(syncer::BOOKMARKS, syncer::PREFERENCES),
265 MakeList(MakeSet(syncer::BOOKMARKS, syncer::PREFERENCES)),
275 MakeList(syncer::PREFERENCES, syncer::NIGORI),
281 MakeList(MakeSet(syncer::PREFERENCES, syncer::NIGORI)),
346 // Helper function that verifies that preferences sync still works.
375 RunTwoClientMigrationTest(MakeList(syncer::PREFERENCES),
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
ImePreferences.java 25 * Displays the IME preferences inside the input method setting.
56 // Load the preferences from an XML resource
  /development/samples/training/network-usage/src/com/example/android/networkusage/
SettingsActivity.java 36 // Loads the XML preferences file.
37 addPreferencesFromResource(R.xml.preferences);
  /external/chromium_org/chrome/browser/chromeos/drive/
test_util.h 62 // Registers Drive related preferences in |pref_registry|. Drive related
63 // preferences should be registered as TestingPrefServiceSimple will crash if
  /external/chromium_org/chrome/browser/plugins/
plugin_status_pref_setter.h 25 // preferences related to plugin enable status.
33 // Binds the preferences in the profile's PrefService, notifying |observer| if
  /external/chromium_org/chrome/browser/prefs/
pref_model_associator.h 81 // value always takes precedence. Note that only certain preferences will
123 // Note: We do not modify the sync data for preferences that are either
141 // Do we have an active association between the preferences and sync models?
154 // All preferences that have registered as being syncable with this profile.
157 // The preferences that are currently synced (excludes those preferences
161 // registered_preferences_ as more preferences are synced. It determines
175 // The datatype that this associator is responible for, either PREFERENCES or
proxy_prefs.h 17 // Direct connection to the network, other proxy preferences are ignored.
31 // The system's proxy settings are used, other proxy preferences are
  /external/chromium_org/chrome/service/
service_process_prefs.h 18 // Manages persistent preferences for the service process. This is basically a
27 // Read preferences from the backing file.
  /external/chromium_org/components/search_engines/
default_search_pref_test_util.h 30 // Set the managed preferences for the default search provider and trigger
51 // Remove all the managed preferences for the default search provider and

Completed in 1897 milliseconds

1 2 3 4 5 6 7 8 91011>>