HomeSort by relevance Sort by last modified time
    Searched refs:Editor (Results 176 - 200 of 232) sorted by null

1 2 3 4 5 6 78 910

  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 209 SharedPreferences.Editor e = mDeviceProperties.edit();
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 28 import android.content.SharedPreferences.Editor;
417 Editor ed = p.edit();
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 259 SharedPreferences.Editor editor = mPrefs.edit();
260 editor.putBoolean(MessagingPreferenceActivity.AUTO_DELETE, true);
261 editor.apply();
282 SharedPreferences.Editor editor = mPrefs.edit(); local
283 editor.putBoolean(CHECKED_MESSAGE_LIMITS, true);
284 editor.apply();
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 436 SharedPreferences.Editor editor = sp.edit(); local
437 editor.putLong(COLUMN_APN_ID, id != null ? id.longValue() : -1);
438 editor.apply();
453 SharedPreferences.Editor editor = sp.edit(); local
454 editor.putLong(APN_CONFIG_CHECKSUM, id);
455 editor.apply();
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 86 #include "Editor.h"
1120 Editor* editor = frame()->editor(); local
1131 Editor* editor = frame()->editor(); local
1199 Editor* editor = frame()->editor(); local
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 378 SharedPreferences.Editor editor = prefs.edit(); local
379 editor.putBoolean(key, value);
380 editor.apply();
385 SharedPreferences.Editor editor = prefs.edit(); local
386 editor.putInt(key, value);
387 editor.apply();
439 SharedPreferences.Editor editor = prefs.edit() local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 17 package com.android.contacts.editor;
79 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
80 import com.android.contacts.editor.Editor.EditorListener;
133 * An intent extra that forces the editor to add the edited contact
145 * Close the editor after saving
210 * The {@link PhotoHandler} for the photo editor for the {@link #mRawContactIdRequestingPhoto}
213 * A {@link PhotoHandler} is created for each photo editor in {@link #bindPhotoHandler}, but
254 // This is used to pre-populate the editor with a display name when a user edits a read-only
359 // If anything was left unsaved, save it now but keep the editor open
797 final BaseRawContactEditorView editor; local
937 BaseRawContactEditorView editor = (BaseRawContactEditorView) mContent.getChildAt(i); local
    [all...]
LabeledEditorView.java 17 package com.android.contacts.editor;
64 public abstract class LabeledEditorView extends LinearLayout implements Editor, DialogShowingView {
155 // the last {@link Editor} in the section).
169 // safe to remove views (in case the user requests to delete this editor).
340 * Prepare this editor using the given {@link DataKind} for defining
  /packages/apps/Gallery2/src/com/android/camera/
PhotoModule.java 27 import android.content.SharedPreferences.Editor;
605 Editor editor = mPreferences.edit(); local
606 editor.putString(CameraSettings.KEY_EXPOSURE, "0");
607 editor.apply();
2006 Editor editor = mPreferences.edit(); local
    [all...]
VideoModule.java 28 import android.content.SharedPreferences.Editor;
694 ComboPreferences.Editor editor = mPreferences.edit(); local
695 editor.putString(CameraSettings.KEY_VIDEO_EFFECT,
697 editor.apply();
2281 Editor editor = mPreferences.edit(); local
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 37 import android.content.SharedPreferences.Editor;
331 Editor editor = mPreferences.edit(); local
332 editor.putString(CameraSettings.KEY_EXPOSURE, "0");
333 editor.apply();
2306 Editor editor = mPreferences.edit(); local
    [all...]
VideoCamera.java 37 import android.content.SharedPreferences.Editor;
785 ComboPreferences.Editor editor = mPreferences.edit(); local
786 editor.putString(CameraSettings.KEY_VIDEO_EFFECT,
788 editor.apply();
2472 Editor editor = mPreferences.edit(); local
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 29 import android.content.SharedPreferences.Editor;
1822 final SharedPreferences.Editor editor = prefs.edit(); local
2090 Editor editor = mPerProviderSavedVMNumbers.edit(); local
    [all...]
  /external/webkit/Source/WebKit2/Shared/
WebCoreArgumentCoders.h 39 #include <WebCore/Editor.h>
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.h 47 #include <WebCore/Editor.h>
WebPage.cpp 335 result.hasComposition = frame->editor()->hasComposition();
350 frame->editor()->command(commandName).execute(argument);
359 Editor::Command command = frame->editor()->command(commandName);
1040 Editor::Command command = frame->editor()->command(commandName);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java 180 SharedPreferences.Editor editor = sp.edit(); local
181 editor.putInt(CDMAPhone.VM_COUNT_CDMA, voicemailCount);
182 editor.apply();
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 183 SharedPreferences.Editor editor = prefs.edit(); local
184 editor.remove (Stopwatches.PREF_START_TIME);
185 editor.remove (Stopwatches.PREF_ACCUM_TIME);
186 editor.remove (Stopwatches.PREF_STATE);
190 editor.remove(key);
192 editor.remove(Stopwatches.PREF_LAP_NUM);
193 editor.apply();
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 26 import android.content.SharedPreferences.Editor;
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherProvider.java 223 SharedPreferences.Editor editor = sp.edit(); local
224 editor.remove(DB_CREATED_BUT_DEFAULT_WORKSPACE_NOT_LOADED);
226 editor.putInt(DEFAULT_WORKSPACE_RESOURCE_ID, origWorkspaceResId);
229 editor.commit();
312 SharedPreferences.Editor editor = sp.edit(); local
313 editor.putBoolean(DB_CREATED_BUT_DEFAULT_WORKSPACE_NOT_LOADED, true);
314 editor.commit();
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp 54 #include "Editor.h"
159 // Lookup table mapping QWebPage::WebActions to the associated Editor commands
247 // Lookup the appropriate editor command to use for WebAction \a action
532 WebCore::Editor *editor = page->focusController()->focusedOrMainFrame()->editor();
557 case QWebPage::SelectAll: // editor command is always enabled
562 enabled = editor->canEdit();
566 // see if it's an editor command
569 // if it's an editor command, let it's logic determine stat
1056 WebCore::Editor *editor = frame->editor(); local
1231 WebCore::Editor* editor = frame->editor(); local
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 26 import android.content.SharedPreferences.Editor;
618 Editor editor = mPreferences.edit(); local
619 editor.putString(CameraSettings.KEY_EXPOSURE, "0");
620 editor.apply();
2407 Editor editor = mPreferences.edit(); local
    [all...]
VideoModule.java 28 import android.content.SharedPreferences.Editor;
749 ComboPreferences.Editor editor = mPreferences.edit(); local
750 editor.putString(CameraSettings.KEY_VIDEO_EFFECT,
752 editor.apply();
2620 Editor editor = mPreferences.edit(); local
    [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp 81 #include <WebCore/Editor.h>
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 88 // Map selectors into Editor command names.
89 // This is not needed for any selectors that have the same name as the Editor command.
114 // No need to capitalize the command name since Editor command names are not case sensitive.
138 ASSERT(!frame->editor()->hasComposition());
140 if (!frame->editor()->canEdit())
145 eventWasHandled |= frame->editor()->insertText(commands[i].text, event);
147 Editor::Command command = frame->editor()->command(commandNameForSelectorName(commands[i].commandName));
197 // Are there commands that could just cause text insertion if executed via Editor?
203 if (frame->editor()->command(commandNameForSelectorName(commands[i].commandName)).isTextInsertion()
    [all...]

Completed in 1766 milliseconds

1 2 3 4 5 6 78 910