Home
last modified time | relevance | path

Searched refs:edit (Results 1 – 25 of 33) sorted by relevance

12

/development/samples/ControllerSample/
Dproguard-project.txt1 # To enable ProGuard in your project, edit project.properties
7 # You can edit the include path and order by changing the ProGuard
Dproject.properties6 # To customize properties used by the Ant build system edit
/development/samples/training/NsdChat/
Dproguard.cfg1 # To enable ProGuard in your project, edit project.properties
7 # You can edit the include path and order by changing the ProGuard
Dproject.properties6 # To customize properties used by the Ant build system edit
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/
DMainActivity.java101 mPrefs.edit().putInt(PREF_SPINNER_POS, position).commit(); in onCreate()
106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()
/development/samples/
DREADME4 Make sure to edit development/build/sdk.atree to add the sample to the SDK
/development/samples/ApiDemos/src/com/example/android/apis/view/
DAutoComplete2.java38 findViewById(R.id.edit); in onCreate()
DAutoComplete1.java35 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.edit); in onCreate()
DAutoComplete6.java35 MultiAutoCompleteTextView textView = (MultiAutoCompleteTextView) findViewById(R.id.edit); in onCreate()
DAutoComplete3.java38 findViewById(R.id.edit); in onCreate()
DAutoComplete5.java41 findViewById(R.id.edit); in onCreate()
DAutoComplete4.java50 findViewById(R.id.edit); in onCreate()
/development/ndk/platforms/android-3/include/linux/
Daio_abi.h40 #error edit for your odd byteorder.
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
DPolicy.java72 mContext.getSharedPreferences(APP_PREF, Context.MODE_PRIVATE).edit(); in saveToLocal()
164 prefs.edit().clear().commit(); in onDisabled()
/development/samples/training/testingfun/app/
Dproject.properties6 # To customize properties used by the Ant build system edit
/development/samples/training/testingfun/app/tests/
Dproject.properties6 # To customize properties used by the Ant build system edit
/development/samples/training/basic/FragmentBasics/
Dproject.properties6 # To customize properties used by the Ant build system edit
/development/samples/ApiDemos/src/com/example/android/apis/app/
DRedirectGetter.java77 SharedPreferences.Editor editor = preferences.edit();
DPersistentState.java120 SharedPreferences.Editor editor = getPreferences(0).edit(); in onPause()
DRedirectMain.java108 preferences.edit().remove("text").commit();
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
DSyncUtils.java73 PreferenceManager.getDefaultSharedPreferences(context).edit() in CreateSyncAccount()
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/
DMyCloudFragment.java90 sharedPreferences.edit().putBoolean(getString(R.string.key_logged_in), loggedIn).commit(); in writeLoginValue()
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DMainActivity.java128 PreferenceManager.getDefaultSharedPreferences(this).edit(); in onCustomClicked()
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
DDiskLruCache.java513 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
514 return edit(key, ANY_SEQUENCE_NUMBER); in edit()
517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache
746 public Editor edit() throws IOException { in edit() method in DiskLruCache.Snapshot
747 return DiskLruCache.this.edit(key, sequenceNumber); in edit()
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleAppWidgetConfigure.java108 SharedPreferences.Editor prefs = context.getSharedPreferences(PREFS_NAME, 0).edit(); in saveTitlePref()

12