HomeSort by relevance Sort by last modified time
    Searched full:preferences (Results 251 - 275 of 921) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.cpp 45 RefPtr<WebPreferences> preferences = WebPreferences::create(); local
46 return toAPI(preferences.release().leakRef());
51 RefPtr<WebPreferences> preferences = WebPreferences::create(toWTFString(identifierRef)); local
52 return toAPI(preferences.release().releaseRef());
  /frameworks/base/docs/html/resources/faq/
framework.jd 63 <a href="{@docRoot}guide/topics/data/data-storage.html#preferences">
64 Preferences</a> storage mechanism.</p>
109 <li>Application Preferences</li>
118 Application Preferences, SQLite DB, Files or ContentProviders. Please refer to
  /frameworks/base/tests/LocationTracker/res/xml/
preferences.xml 17 <!-- The Location preferences UI -->
  /frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
InputMethodSettingsInterface.java 22 * InputMethodSettingsInterface is the interface for adding IME related preferences to
  /libcore/luni/src/main/java/java/util/prefs/
InvalidPreferencesFormatException.java 23 * in the {@code Preferences}).
FilePreferencesImpl.java 45 //file path for this preferences node
51 //file represents this preferences node
54 //parent dir for this preferences node
  /packages/apps/Browser/src/com/android/browser/preferences/
SeekBarSummaryPreference.java 17 package com.android.browser.preferences;
AdvancedPreferencesFragment.java 17 package com.android.browser.preferences;
45 // Load the XML preferences file
109 // We aren't attached, so don't accept preferences changes from the
GeneralPreferencesFragment.java 17 package com.android.browser.preferences;
71 // Load the XML preferences file
84 // We aren't attached, so don't accept preferences changes from the
  /packages/apps/Calendar/src/com/android/calendar/
OtherPreferences.java 27 // The name of the shared preferences file. This name must be maintained for
  /packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java 167 ContactsContract.Preferences.DISPLAY_ORDER)
168 .returnRow(ContactsContract.Preferences.DISPLAY_ORDER_PRIMARY)
174 ContactsContract.Preferences.SORT_ORDER)
175 .returnRow(ContactsContract.Preferences.SORT_ORDER_PRIMARY)
  /packages/apps/Email/res/xml/
general_preferences.xml 17 <!-- App-wide preferences -->
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 47 * With this activity, users can set preferences for MMS and SMS and
83 addPreferencesFromResource(R.xml.preferences);
118 // No Mms, remove all the mms-related preferences
224 addPreferencesFromResource(R.xml.preferences);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
ClearShortcutsController.java 16 package com.android.quicksearchbox.preferences;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/META-INF/
MANIFEST.MF 31 com.android.ide.eclipse.ddms.preferences,
  /sdk/sdkmanager/libs/sdkuilib/.settings/
org.eclipse.jdt.ui.prefs 2 eclipse.preferences.version=1
  /external/chromium/chrome/browser/extensions/
extension_override_apitest.cc 20 // There should be no duplicate entries in the preferences.
121 // a preferences file without corresponding UnloadExtension() calls.
134 // a preferences file without corresponding UnloadExtension() calls. This is
extension_pref_value_map.h 142 // If |incognito| is true, looks at incognito preferences first. In that case,
144 // value is coming from the incognito preferences, false if it is coming from
156 // preferences values (i.e. the ones with the highest precedence)
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.h 21 // A helper class that tracks proxy preferences. It translates the configuration
52 // Get the proxy configuration currently defined by preferences. Status is
77 // Creates a proxy configuration from proxy-related preferences. Configuration
  /external/chromium/chrome/browser/notifications/
balloon_host.cc 189 RendererPreferences preferences; local
190 renderer_preferences_util::UpdateFromSystemSettings(&preferences, profile);
191 return preferences;
  /external/chromium/chrome/browser/resources/options/chromeos/
proxy_options.js 8 var Preferences = options.Preferences;
35 Preferences.getInstance().addEventListener(el.pref, handlePrefUpdate);
  /external/chromium/chrome/browser/resources/options/
options.js 24 var Preferences = options.Preferences;
167 Preferences.getInstance().initialize();
  /packages/apps/Browser/src/com/android/browser/
SystemAllowGeolocationOrigins.java 91 SharedPreferences preferences = BrowserSettings.getInstance()
94 preferences.getString(LAST_READ_ALLOW_GEOLOCATION_ORIGINS, "");
102 preferences.edit()
  /packages/apps/Email/src/com/android/email/activity/setup/
DebugFragment.java 20 import com.android.email.Preferences;
50 private Preferences mPreferences;
61 mPreferences = Preferences.getPreferences(context);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountPreferenceBase.java 171 * Gets the preferences.xml file associated with a particular account type.
187 Log.w(TAG, "Couldn't load preferences.xml file from " + desc.packageName);
189 Log.w(TAG, "Couldn't load preferences.xml file from " + desc.packageName);

Completed in 444 milliseconds

<<11121314151617181920>>