Searched refs:edit (Results 1 – 25 of 127) sorted by relevance
123456
27 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); in onCreate() local28 edit.setText(text); in onCreate()29 edit.setSelection(edit.getText().length()); in onCreate()45 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); in finish() local47 intent.putExtra(Intent.EXTRA_PROCESS_TEXT, edit.getText()); in finish()
52 pref.edit().remove(PREF_KEY_COUNTER).apply(); in saveCounterToPreference()54 pref.edit().putInt(PREF_KEY_COUNTER, value).apply(); in saveCounterToPreference()
42 prefs.edit() in logMessage()56 getPrefs(context).edit().remove(LOG_KEY).apply(); in clear()
1 # Generated by genversionscripts.py. Do not edit.
1 # Generated by genversion-scripts.py. Do not edit.
1 # To enable ProGuard in your project, edit project.properties7 # You can edit the include path and order by changing the ProGuard
101 mPrefs.edit().putInt(PREF_SPINNER_POS, position).commit(); in onCreate()106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()
4 Make sure to edit development/build/sdk.atree to add the sample to the SDK
76 SharedPreferences.Editor editor = mSharedPreferences.edit(); in saveAlarm()107 SharedPreferences.Editor editor = mSharedPreferences.edit(); in deleteAlarm()
38 findViewById(R.id.edit); in onCreate()
35 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.edit); in onCreate()