/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/ |
SharedPrefsPackageVerificationRepository.java | 45 .edit() 65 .edit()
|
/external/llvm/utils/git-svn/ |
git-svnrevert | 54 # Begin the commit but give our user an opportunity to edit it. 55 git commit --file="$TEMPLATE" --edit
|
/frameworks/base/core/java/com/android/internal/app/ |
ResolverTargetActionsDialogFragment.java | 81 sp.edit().remove(key).apply(); 83 sp.edit().putBoolean(key, true).apply();
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
VvmPhoneStateListener.java | 77 VoicemailStatus.edit(mContext, mPhoneAccount), OmtpEvents.NOTIFICATION_IN_SERVICE); 100 VoicemailStatus.edit(mContext, mPhoneAccount), OmtpEvents.NOTIFICATION_SERVICE_LOST);
|
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/ |
VisualVoicemailSettingsUtil.java | 37 .edit() 54 .edit()
|
/packages/apps/EmergencyInfo/src/com/android/emergency/ |
EmergencySearchIndexablesProvider.java | 25 import com.android.emergency.edit.EditInfoActivity; 26 import com.android.emergency.edit.EditMedicalInfoActivity;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/accounts/ |
AccountsChangedReceiverTests.java | 102 mPrefs.edit().remove(LocalSettingsConstants.PREF_ACCOUNT_NAME).apply(); 104 mPrefs.edit().putString(LocalSettingsConstants.PREF_ACCOUNT_NAME, accountName).apply();
|
/prebuilts/go/darwin-x86/doc/articles/wiki/ |
final-noclosure.go | 41 http.Redirect(w, r, "/edit/"+title, http.StatusFound) 56 renderTemplate(w, "edit", p) 86 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$") 99 http.HandleFunc("/edit/", editHandler)
|
final-template.go | 33 title := r.URL.Path[len("/edit/"):] 38 renderTemplate(w, "edit", p) 62 http.HandleFunc("/edit/", editHandler)
|
/prebuilts/go/linux-x86/doc/articles/wiki/ |
final-noclosure.go | 41 http.Redirect(w, r, "/edit/"+title, http.StatusFound) 56 renderTemplate(w, "edit", p) 86 var validPath = regexp.MustCompile("^/(edit|save|view)/([a-zA-Z0-9]+)$") 99 http.HandleFunc("/edit/", editHandler)
|
final-template.go | 33 title := r.URL.Path[len("/edit/"):] 38 renderTemplate(w, "edit", p) 62 http.HandleFunc("/edit/", editHandler)
|
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/ |
SharedPrefsAutofillRepository.kt | 82 getPrefs(context).edit().remove(CLIENT_FORM_DATA_KEY).remove(DATASET_NUMBER_KEY).apply() 91 getPrefs(context).edit().putStringSet(CLIENT_FORM_DATA_KEY, allAutofillDataStringSet).apply() 107 getPrefs(context).edit().putInt(DATASET_NUMBER_KEY, getDatasetNumber(context) + 1).apply()
|
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/ |
SharedPrefsAutofillRepository.kt | 82 getPrefs(context).edit().remove(CLIENT_FORM_DATA_KEY).remove(DATASET_NUMBER_KEY).apply() 91 getPrefs(context).edit().putStringSet(CLIENT_FORM_DATA_KEY, allAutofillDataStringSet).apply() 107 getPrefs(context).edit().putInt(DATASET_NUMBER_KEY, getDatasetNumber(context) + 1).apply()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/core/instrumentation/ |
SharedPreferenceLoggerTest.java | 80 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); 96 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); 114 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); 128 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); 141 final SharedPreferences.Editor editor = mSharedPrefLogger.edit(); 154 final SharedPreferences.Editor editor = mSharedPrefLogger.edit();
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/ |
AdvancedSettingsFragment.java | 137 prefs.edit().putInt(key, value).apply(); 142 prefs.edit().remove(key).apply(); 192 prefs.edit().putFloat(key, getValueFromPercentage(value)).apply(); 197 prefs.edit().remove(key).apply(); 237 prefs.edit().putInt(key, value).apply(); 242 prefs.edit().remove(key).apply();
|
DebugSettingsFragment.java | 173 prefs.edit().putFloat(key, getValueFromPercentage(value)).apply(); 178 prefs.edit().remove(key).apply(); 215 prefs.edit().putInt(key, value).apply(); 220 prefs.edit().remove(key).apply(); 261 prefs.edit().putFloat(key, getValueFromPercentage(value)).apply(); 266 prefs.edit().remove(key).apply();
|
Settings.java | 267 final SharedPreferences.Editor editor = prefs.edit(); 284 prefs.edit().putString(PREF_CUSTOM_INPUT_STYLES, prefSubtypes).apply(); 383 mPrefs.edit().remove(PREF_LAST_USED_PERSONALIZATION_TOKEN).apply(); 386 mPrefs.edit().putString(PREF_LAST_USED_PERSONALIZATION_TOKEN, tokenStr).apply(); 396 mPrefs.edit().putLong(PREF_LAST_PERSONALIZATION_DICT_WIPED_TIME, timestamp).apply(); 404 mPrefs.edit().putStringSet(PREF_CORPUS_HANDLES_FOR_PERSONALIZATION, corpusHandles).apply(); 413 prefs.edit().putString(PREF_EMOJI_RECENT_KEYS, str).apply(); 423 prefs.edit().putInt(key, categoryPageId).apply(); 434 prefs.edit().putInt(PREF_LAST_SHOWN_EMOJI_CATEGORY_ID, categoryId).apply(); 446 SharedPreferences.Editor editor = prefs.edit(); [all...] |
/packages/apps/EmergencyInfo/tests/unit/src/com/android/emergency/view/ |
ViewInfoActivityTest.java | 37 import com.android.emergency.edit.EditInfoActivity; 81 PreferenceManager.getDefaultSharedPreferences(mTargetContext).edit().clear().commit(); 102 .edit().putString(PreferenceKeys.KEY_NAME, name).commit(); 124 .edit().putString(PreferenceKeys.KEY_ALLERGIES, allergies).commit(); 146 .edit().putString(PreferenceKeys.KEY_EMERGENCY_CONTACTS, emergencyContact).commit(); 171 .edit().putString(PreferenceKeys.KEY_EMERGENCY_CONTACTS, emergencyContact).commit(); 174 .edit().putString(PreferenceKeys.KEY_ALLERGIES, allergies).commit();
|
/packages/apps/TV/src/com/android/tv/util/ |
SetupUtils.java | 212 mSharedPreferences.edit().putStringSet(PREF_KEY_KNOWN_INPUTS, mKnownInputs) 254 mSharedPreferences.edit().putStringSet(PREF_KEY_RECOGNIZED_INPUTS, mRecognizedInputs) 325 mSharedPreferences.edit().putBoolean(PREF_KEY_IS_FIRST_TUNE, false).apply(); 361 mSharedPreferences.edit().putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs) 378 mSharedPreferences.edit().putStringSet(PREF_KEY_RECOGNIZED_INPUTS, mRecognizedInputs) 384 mSharedPreferences.edit().putStringSet(PREF_KEY_KNOWN_INPUTS, mKnownInputs).apply(); 388 mSharedPreferences.edit().putStringSet(PREF_KEY_SET_UP_INPUTS, mSetUpInputs).apply();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAnnotation.java | 130 MultiTextEdit edit; local 132 edit = addSuppressAnnotation(document, compilationUnit, mNode); 134 edit = addTargetApiAnnotation(document, compilationUnit, mNode); 136 if (edit != null) { 137 edit.apply(document); 228 MultiTextEdit edit = new MultiTextEdit(); local 229 // Create the edit to change the imports, only if 232 edit.addChild(importEdits); 234 edit.addChild(annotationEdits); 236 return edit; 277 MultiTextEdit edit = new MultiTextEdit(); local [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
SettingsDAO.java | 82 prefs.edit().putInt(KEY_ALARM_GLOBAL_ID, globalId).apply(); 100 prefs.edit().putInt(KEY_SORT_PREFERENCE, newSort.ordinal()).apply(); 126 prefs.edit().putString(SettingsActivity.KEY_HOME_TZ, timeZoneId).apply(); 152 prefs.edit().putBoolean(SettingsActivity.KEY_CLOCK_DISPLAY_SECONDS, displaySeconds).apply(); 201 prefs.edit().putBoolean(SettingsActivity.KEY_TIMER_VIBRATE, enabled).apply(); 208 prefs.edit().putString(SettingsActivity.KEY_TIMER_RINGTONE, uri.toString()).apply(); 224 prefs.edit().putString(KEY_DEFAULT_ALARM_RINGTONE_URI, uri.toString()).apply(); 274 prefs.edit().putBoolean(KEY_RESTORE_BACKUP_FINISHED, true).apply(); 276 prefs.edit().remove(KEY_RESTORE_BACKUP_FINISHED).apply();
|
/external/autotest/frontend/client/src/autotest/tko/ |
FilterStringViewer.java | 29 public static final String EDIT_FILTER_STRING = "Edit Filter String"; 38 private Button edit = new Button(EDIT_FILTER_STRING); field in class:FilterStringViewer 46 edit.addClickHandler(new ClickHandler() { 62 viewerHeaderPanel.add(edit); 145 edit.setText(EDIT_FILTER_STRING); 152 edit.setText(UNEDIT_FILTER_STRING);
|
/frameworks/base/core/java/android/webkit/ |
JsDialogHelper.java | 119 EditText edit = ((EditText) view.findViewById(com.android.internal.R.id.value)); local 120 edit.setText(mDefaultValue); 121 builder.setPositiveButton(positiveTextId, new PositiveListener(edit)); 146 public PositiveListener(EditText edit) { 147 mEdit = edit;
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiver.java | 133 Editor editor = sp.edit(); 186 sharedPrefs.edit().putBoolean( 192 sharedPrefs.edit().putBoolean( 198 sharedPrefs.edit().putBoolean( 203 sharedPrefs.edit().putBoolean(
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
ContactsPreferences.java | 136 final Editor editor = mPreferences.edit(); 166 final Editor editor = mPreferences.edit(); 187 final Editor editor = mPreferences.edit(); 228 mPreferences.edit().remove(mDefaultAccountKey).commit(); 237 mPreferences.edit().putString(mDefaultAccountKey, accountWithDataSet.stringify()).commit();
|