/frameworks/base/core/java/android/content/ |
D | SharedPreferences.java | 68 public interface Editor { interface 81 Editor putString(String key, String value); in putString() 94 Editor putStringSet(String key, Set<String> values); in putStringSet() 106 Editor putInt(String key, int value); in putInt() 118 Editor putLong(String key, long value); in putLong() 130 Editor putFloat(String key, float value); in putFloat() 142 Editor putBoolean(String key, boolean value); in putBoolean() 158 Editor remove(String key); in remove() 172 Editor clear(); in clear() 354 Editor edit(); in edit()
|
/frameworks/base/core/java/android/app/ |
D | SharedPreferencesImpl.java | 272 public Editor edit() { in edit() 302 public final class EditorImpl implements Editor { 306 public Editor putString(String key, String value) { in putString() 312 public Editor putStringSet(String key, Set<String> values) { in putStringSet() 319 public Editor putInt(String key, int value) { in putInt() 325 public Editor putLong(String key, long value) { in putLong() 331 public Editor putFloat(String key, float value) { in putFloat() 337 public Editor putBoolean(String key, boolean value) { in putBoolean() 344 public Editor remove(String key) { in remove() 351 public Editor clear() { in clear()
|
/frameworks/ex/common/java/com/android/common/ |
D | SharedPreferencesCompat.java | 32 Class cls = SharedPreferences.Editor.class; 39 public static void apply(SharedPreferences.Editor editor) { in apply()
|
D | OperationScheduler.java | 319 SharedPreferences.Editor editor = mStorage.edit(); in onTransientError()
|
/frameworks/base/docs/html/training/basics/data-storage/ |
D | shared-preferences.jd | 90 android.content.SharedPreferences.Editor} by calling {@link 94 android.content.SharedPreferences.Editor#putInt putInt()} and {@link 95 android.content.SharedPreferences.Editor#putString putString()}. Then call {@link 96 android.content.SharedPreferences.Editor#commit} to save the changes. For example:</p> 100 SharedPreferences.Editor editor = sharedPref.edit();
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 1072 public SharedPreferences.Editor getEditor() { in getEditor() 1400 private void tryCommit(SharedPreferences.Editor editor) { in tryCommit() 1434 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistString() 1486 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistStringSet() 1535 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistInt() 1579 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistFloat() 1623 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistLong() 1667 SharedPreferences.Editor editor = mPreferenceManager.getEditor(); in persistBoolean()
|
D | PreferenceManager.java | 93 private SharedPreferences.Editor mEditor; 487 SharedPreferences.Editor editor = in setDefaultValues() 508 SharedPreferences.Editor getEditor() { in getEditor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Prefs.java | 29 public static SharedPreferences.Editor edit(Context context) { in edit()
|
/frameworks/base/packages/WAPPushManager/ |
D | proguard.flags | 6 -keep class android.content.SharedPreferences$Editor {
|
/frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/ |
D | TestAppWidgetConfigure.java | 46 … SharedPreferences.Editor prefs = getSharedPreferences(TestAppWidgetProvider.PREFS_NAME, 0)
|
D | AppWidgetHostActivity.java | 93 SharedPreferences.Editor prefs = getPreferences(0).edit(); in configureAppWidget()
|
/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDexExtractor.java | 233 SharedPreferences.Editor edit = prefs.edit(); in putStoredApkInfo() 358 Class<?> cls = SharedPreferences.Editor.class; 365 private static void apply(SharedPreferences.Editor editor) { in apply()
|
/frameworks/base/docs/html/tools/help/ |
D | adt.jd | 18 <li><a href="#graphical-editor">Graphical Layout Editor</a> 160 <dt><strong>Graphical Layout Editor</strong></dt> 166 Editor</a>.</dd> 168 <dt><strong>Android Manifest Editor</strong></dt> 173 <dt><strong>Menu Editor</strong></dt> 179 <dt><strong>Resources Editor</strong></dt> 184 <dt><strong>XML Resources Editor</strong></dt> 231 <h2 id="graphical-editor">Graphical Layout Editor</h2>
|
/frameworks/base/docs/html/guide/topics/data/ |
D | data-storage.jd | 98 android.content.SharedPreferences.Editor}.</li> 100 android.content.SharedPreferences.Editor#putBoolean(String,boolean) putBoolean()} and {@link 101 android.content.SharedPreferences.Editor#putString(String,String) putString()}.</li> 102 <li>Commit the new values with {@link android.content.SharedPreferences.Editor#commit()}</li> 133 // We need an Editor object to make preference changes. 136 SharedPreferences.Editor editor = settings.edit();
|
/frameworks/base/tests/backup/src/com/android/backuptest/ |
D | BackupTestActivity.java | 125 SharedPreferences.Editor editor = prefs.edit();
|
/frameworks/base/docs/html/tools/sdk/ |
D | eclipse-adt.jd | 684 <li>Updated XML Editor to respond to refactoring shortcut keys such as <strong>Refactor 686 <li>Updated XML Editor to improve double click handling.</li> 693 <li>Added support for layout aliases in the Layout Editor.</li> 797 <li>Layout Editor 855 <li>Layout Editor 877 <li>Added the ability to specify a default action in Layout Editor views, which you can 1119 <li>Layout Editor (<a href="http://tools.android.com/recent/newlayouteditorpropertysheet">more 1291 <li>Updated Layout Editor so that it does not assign default ids to layouts, includes and 1295 <li>Added ability to export screenshots from the Layout Editor</li> 1302 <li>Fixed problem using Layout Editor with {@link android.widget.SlidingDrawer} which could [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
D | CdmaInboundSmsHandler.java | 257 SharedPreferences.Editor editor = sp.edit(); in handleVoicemailTeleservice()
|
/frameworks/base/docs/html/tools/ |
D | index.jd | 40 <li>Editor support for working with custom UI components.</li>
|
D | tools_toc.cs | 30 Using the Layout Editor</a></li>
|
/frameworks/base/ |
D | preloaded-classes | 94 [Landroid.widget.Editor$TextDisplayList; 95 [Landroid.widget.Editor$TextViewPositionListener; 474 android.content.SharedPreferences$Editor 1619 android.widget.Editor 1620 android.widget.Editor$CursorAnchorInfoNotifier 1621 android.widget.Editor$HandleView 1622 android.widget.Editor$InputContentType 1623 android.widget.Editor$InputMethodState 1624 android.widget.Editor$InsertionHandleView 1625 android.widget.Editor$PositionListener [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GSMPhone.java | 940 SharedPreferences.Editor editor = sp.edit(); in storeVoiceMailNumber() 987 SharedPreferences.Editor editor = sp.edit(); in setVmSimImsi() 1660 SharedPreferences.Editor editor = sp.edit(); in saveClirSetting()
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | regular_updates.jd | 81 Editor spEdit = sp.edit();
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 253 SharedPreferences.Editor e = mDeviceProperties.edit(); in initDeviceProperties() 907 SharedPreferences.Editor e = mDeviceProperties.edit(); in setDeviceProperty()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 119 public class Editor { class 223 Editor(TextView textView) { in Editor() method in Editor 1222 final Editor.InputMethodState ims = mInputMethodState; in reportExtractedText() 4080 Editor.this.mCorrectionHighlighter = null; 4161 final Editor mEditor; 4163 public UndoInputFilter(Editor editor) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccCard.java | 584 SharedPreferences.Editor spEditor = in setOperatorBrandOverride()
|