/development/samples/ControllerSample/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 7 # You can edit the include path and order by changing the ProGuard
|
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/development/samples/training/NsdChat/ |
D | proguard.cfg | 1 # To enable ProGuard in your project, edit project.properties 7 # You can edit the include path and order by changing the ProGuard
|
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/development/samples/browseable/ActivityInstrumentation/src/com.example.android.activityinstrumentation/ |
D | MainActivity.java | 101 mPrefs.edit().putInt(PREF_SPINNER_POS, position).commit(); in onCreate() 106 mPrefs.edit().remove(PREF_SPINNER_POS).commit(); in onCreate()
|
/development/samples/ |
D | README | 4 Make sure to edit development/build/sdk.atree to add the sample to the SDK
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | AutoComplete2.java | 38 findViewById(R.id.edit); in onCreate()
|
D | AutoComplete1.java | 35 AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.edit); in onCreate()
|
D | AutoComplete6.java | 35 MultiAutoCompleteTextView textView = (MultiAutoCompleteTextView) findViewById(R.id.edit); in onCreate()
|
D | AutoComplete3.java | 38 findViewById(R.id.edit); in onCreate()
|
D | AutoComplete5.java | 41 findViewById(R.id.edit); in onCreate()
|
D | AutoComplete4.java | 50 findViewById(R.id.edit); in onCreate()
|
/development/ndk/platforms/android-3/include/linux/ |
D | aio_abi.h | 40 #error edit for your odd byteorder.
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
D | Policy.java | 72 mContext.getSharedPreferences(APP_PREF, Context.MODE_PRIVATE).edit(); in saveToLocal() 164 prefs.edit().clear().commit(); in onDisabled()
|
/development/samples/training/testingfun/app/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/development/samples/training/testingfun/app/tests/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/development/samples/training/basic/FragmentBasics/ |
D | project.properties | 6 # To customize properties used by the Ant build system edit
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | RedirectGetter.java | 77 SharedPreferences.Editor editor = preferences.edit();
|
D | PersistentState.java | 120 SharedPreferences.Editor editor = getPreferences(0).edit(); in onPause()
|
D | RedirectMain.java | 108 preferences.edit().remove("text").commit();
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | SyncUtils.java | 73 PreferenceManager.getDefaultSharedPreferences(context).edit() in CreateSyncAccount()
|
/development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ |
D | MyCloudFragment.java | 90 sharedPreferences.edit().putBoolean(getString(R.string.key_logged_in), loggedIn).commit(); in writeLoginValue()
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
D | MainActivity.java | 128 PreferenceManager.getDefaultSharedPreferences(this).edit(); in onCustomClicked()
|
/development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/ |
D | DiskLruCache.java | 513 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/ |
D | ExampleAppWidgetConfigure.java | 108 SharedPreferences.Editor prefs = context.getSharedPreferences(PREFS_NAME, 0).edit(); in saveTitlePref()
|