/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | DiskLruCache.java | 391 entry.currentEditor = new Editor(entry); in readJournalLine() 513 public Editor edit(String key) throws IOException { in edit() 517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() 532 Editor editor = new Editor(entry); in edit() 565 private synchronized void completeEdit(Editor editor, boolean success) throws IOException { in completeEdit() 746 public Editor edit() throws IOException { in edit() 774 public final class Editor { class in DiskLruCache 778 private Editor(Entry entry) { in Editor() method in DiskLruCache.Editor 906 private Editor currentEditor;
|
D | ImageFetcher.java | 212 DiskLruCache.Editor editor = mHttpDiskCache.edit(key); in processBitmap()
|
D | ImageCache.java | 259 final DiskLruCache.Editor editor = mDiskLruCache.edit(key); in addBitmapToCache()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmStorage.java | 76 SharedPreferences.Editor editor = mSharedPreferences.edit(); in saveAlarm() 107 SharedPreferences.Editor editor = mSharedPreferences.edit(); in deleteAlarm()
|
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
D | SimpleGeofenceStore.java | 87 SharedPreferences.Editor prefs = mPrefs.edit(); in setGeofence() 104 SharedPreferences.Editor prefs = mPrefs.edit(); in clearGeofence()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PersistentState.java | 120 SharedPreferences.Editor editor = getPreferences(0).edit(); in onPause()
|
D | RedirectGetter.java | 77 SharedPreferences.Editor editor = preferences.edit();
|
/development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/ |
D | Utils.java | 95 SharedPreferences.Editor editor = prefs.edit(); in storeLocation() 125 SharedPreferences.Editor editor = prefs.edit(); in storeGeofenceEnabled()
|
/development/samples/KeyChainDemo/src/com/example/android/keychain/ |
D | KeyChainDemoActivity.java | 22 import android.content.SharedPreferences.Editor; 193 Editor editor = pref.edit(); in setAlias()
|
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/ |
D | MainActivity.java | 125 final SharedPreferences.Editor editor = in onCustomClicked()
|
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/ |
D | ExampleAppWidgetConfigure.java | 108 SharedPreferences.Editor prefs = context.getSharedPreferences(PREFS_NAME, 0).edit(); in saveTitlePref()
|
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
D | Policy.java | 71 SharedPreferences.Editor editor = in saveToLocal()
|
/development/samples/Spinner/src/com/android/example/spinner/ |
D | SpinnerActivity.java | 341 SharedPreferences.Editor e = p.edit(); in writeInstanceState()
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | FitDistanceWatchFaceConfigActivity.java | 248 SharedPreferences.Editor editor = sharedPreferences.edit(); in setUserFitPreferences()
|
/development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/ |
D | FingerprintAuthenticationDialogFragment.java | 177 SharedPreferences.Editor editor = mSharedPreferences.edit(); in verifyPassword()
|
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/ |
D | DeviceOwnerFragment.java | 259 SharedPreferences.Editor editor = activity.getSharedPreferences(PREFS_DEVICE_OWNER, in savePersistentPreferredLauncher()
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
D | FingerprintAuthenticationDialogFragment.java | 226 SharedPreferences.Editor editor = mSharedPreferences.edit(); in verifyPassword()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | ChangedContacts.java | 148 SharedPreferences.Editor editor = pref.edit(); in saveLastTimestamp()
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | LauncherActivity.java | 265 final SharedPreferences.Editor editor = sp.edit(); in onAppPicked()
|
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ |
D | WearableMainActivity.java | 448 SharedPreferences.Editor editor = sharedPreferences.edit(); in onActivityResult()
|
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
D | AppRestrictionEnforcerFragment.java | 494 private SharedPreferences.Editor editPreferences(Activity activity) { in editPreferences()
|