HomeSort by relevance Sort by last modified time
    Searched refs:edit (Results 501 - 525 of 646) sorted by null

<<212223242526

  /packages/apps/Settings/tests/unit/src/com/android/settings/
TetherServiceTest.java 128 when(mPrefs.edit()).thenReturn(mPrefEditor);
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgFetcher.java 186 PreferenceManager.getDefaultSharedPreferences(mContext).edit().putLong(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java     [all...]
ChangeLayoutRefactoring.java 260 for (TextEdit edit : replaceIds) {
261 rootEdit.addChild(edit);
460 * @param rootEdit the root multi text edit to add edits to
488 * @param rootEdit the root multi text edit to add edits to
ExtractIncludeRefactoring.java 370 for (TextEdit edit : replaceIds) {
371 rootEdit.addChild(edit);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httparchive.py 16 """View and edit HTTP Archives.
30 To edit a particular URL:
31 $ ./httparchive.py edit --host www.example.com --full_path /foo archive.wpr
324 def edit(self, command=None, host=None, full_path=None): member in class:HttpArchive
727 # CHUNK_EDIT_SEPARATOR is used to edit and view text content.
732 # DELAY_EDIT_SEPARATOR is used to edit and view server delays.
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmalintrules.py 711 distance, edit = jsdoc.CompareParameters(state.GetParams())
716 for op in edit:
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 21 #include "clang/Edit/Commit.h"
22 #include "clang/Edit/Rewriters.h"
    [all...]
  /external/curl/packages/vms/
setup_gnv_curl_build.com 43 $ args_lower = f$edit(args, "LOWERCASE,COLLAPSE")
  /external/libpng/projects/owatcom/
pngconfig.mak 56 instructions consult and edit projects/openwatcom/pngconfig.dfa
107 $# 1) Edit the 'before' rule of libpng.wpj (from the IDE) to define the
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 263 SharedPreferences.Editor e = mDeviceProperties.edit();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
Avrcp.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 109 // full detail view in edit mode
142 final int EDIT = 5;
330 * Helper for sending New/View/Edit/Delete events
350 * Helper for sending New/View/Edit/Delete events
456 } else if (event.viewType != ViewType.EDIT) {
510 // Store the eventId if we're entering edit event
597 // Create/View/Edit/Delete Event
708 * @return the last event ID the edit view was launched with
768 private void launchEditEvent(long eventId, long startMillis, long endMillis, boolean edit) {
774 intent.putExtra(EVENT_EDIT_ON_LAUNCH, edit);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 568 final SharedPreferences.Editor editor = databaseLastUpdateSharedPref.edit();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/model/
GridSizeMigrationTask.java     [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGuide.java 611 mSharedPreference.edit().putBoolean(KEY_SHOW_GUIDE_PARTIAL, mShowGuidePartial).apply();
620 mSharedPreference.edit().putBoolean(KEY_SHOW_GUIDE_PARTIAL, mShowGuidePartial).apply();
    [all...]
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextTraversalTest.java     [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 495 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit();
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 495 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit();
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 303 if (!prefs.edit().putLong(PREF_NEXT_ID, childDocId + 1).commit()) {
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 495 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit();
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 58 edit-inducing methods like +delete+ and +insert+ as RewriteOperation objects in
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 404 preferences.edit().putString("foo", "bar").commit();
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
ConnectActivity.java 177 SharedPreferences.Editor editor = sharedPref.edit();
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintActivity.java 2216 SharedPreferences.Editor edit = preferences.edit(); local
    [all...]

Completed in 4448 milliseconds

<<212223242526