HomeSort by relevance Sort by last modified time
    Searched refs:Editor (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 607 SharedPreferences.Editor editor = local
610 editor.remove(mDevice.getAddress());
612 editor.putInt(mDevice.getAddress(), permissionChoice);
614 editor.commit();
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 208 SharedPreferences.Editor e = mDeviceProperties.edit();
804 SharedPreferences.Editor e = mDeviceProperties.edit();
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 32 import android.content.SharedPreferences.Editor;
419 Editor ed = p.edit();
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java 210 SharedPreferences.Editor editor = mPrefs.edit();
211 editor.putBoolean(MessagingPreferenceActivity.AUTO_DELETE, true);
212 editor.apply();
232 SharedPreferences.Editor editor = mPrefs.edit(); local
233 editor.putBoolean(CHECKED_MESSAGE_LIMITS, true);
234 editor.apply();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
VoiceProxy.java 654 SharedPreferences.Editor editor = local
656 editor.putBoolean(PREF_HAS_USED_VOICE_INPUT, true);
657 SharedPreferencesCompat.apply(editor);
664 SharedPreferences.Editor editor = local
666 editor.putBoolean(PREF_HAS_USED_VOICE_INPUT_UNSUPPORTED_LOCALE, true);
667 SharedPreferencesCompat.apply(editor);
    [all...]
  /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/Camera/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();
2307 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();
2473 Editor editor = mPreferences.edit(); local
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 17 package com.android.contacts.editor;
26 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
27 import com.android.contacts.editor.Editor.EditorListener;
124 * An intent extra that forces the editor to add the edited contact
138 * Close the editor after saving
335 // If anything was left unsaved, save it now but keep the editor open.
449 // See if this edit operation needs to be redirected to a custom editor
500 // Editor should always present a local profile for editing
602 * Removes a current editor ({@link #mState}) and rebinds new editor for a new account
705 final BaseRawContactEditorView editor; local
789 BaseRawContactEditorView editor = (BaseRawContactEditorView) mContent.getChildAt(i); 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...]
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 26 import android.content.SharedPreferences.Editor;
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 32 import android.content.SharedPreferences.Editor;
396 Editor ed = mPreferences.edit();
    [all...]
MusicUtils.java 29 import android.content.SharedPreferences.Editor;
    [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...]
  /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...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 34 import android.content.SharedPreferences.Editor;
1796 Editor editor = mPerProviderSavedVMNumbers.edit(); local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 83 private SharedPreferences.Editor mPrefsEditor;
  /frameworks/base/core/java/android/webkit/
WebSettings.java 325 SharedPreferences.Editor editor = mContext
328 editor.putInt(DOUBLE_TAP_TOAST_COUNT,
330 editor.commit();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneBase.java 319 SharedPreferences.Editor editor = sp.edit(); local
320 editor.putBoolean(DNS_SERVER_CHECK_DISABLED_KEY, b);
321 editor.apply();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CDMAPhone.java 1373 SharedPreferences.Editor editor = sp.edit(); local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DefaultSoftKeyboardJAJP.java 302 private SharedPreferences.Editor mPrefEditor = null;
685 @Override public void setPreferences(SharedPreferences pref, EditorInfo editor) {
692 super.setPreferences(pref, editor);
694 int inputType = editor.inputType;
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 86 #import <WebCore/Editor.h>
903 coreFrame->editor()->pasteAsFragment(core(fragment), [self _canSmartReplaceWithPasteboard:pasteboard], false);
    [all...]

Completed in 1445 milliseconds

1 2 3 45 6