Home
last modified time | relevance | path

Searched refs:Editor (Results 1 – 12 of 12) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java391 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;
DImageFetcher.java212 DiskLruCache.Editor editor = mHttpDiskCache.edit(key); in processBitmap()
DImageCache.java259 final DiskLruCache.Editor editor = mDiskLruCache.edit(key); in addBitmapToCache()
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java87 SharedPreferences.Editor prefs = mPrefs.edit(); in setGeofence()
104 SharedPreferences.Editor prefs = mPrefs.edit(); in clearGeofence()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPersistentState.java120 SharedPreferences.Editor editor = getPreferences(0).edit(); in onPause()
DRedirectGetter.java77 SharedPreferences.Editor editor = preferences.edit();
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DKeyChainDemoActivity.java22 import android.content.SharedPreferences.Editor;
193 Editor editor = pref.edit(); in setAlias()
/development/samples/browseable/AppRestrictions/src/com.example.android.apprestrictions/
DMainActivity.java127 final SharedPreferences.Editor editor = in onCustomClicked()
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
DPolicy.java71 SharedPreferences.Editor editor = in saveToLocal()
/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleAppWidgetConfigure.java108 SharedPreferences.Editor prefs = context.getSharedPreferences(PREFS_NAME, 0).edit(); in saveTitlePref()
/development/samples/Spinner/src/com/android/example/spinner/
DSpinnerActivity.java341 SharedPreferences.Editor e = p.edit(); in writeInstanceState()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DChangedContacts.java148 SharedPreferences.Editor editor = pref.edit(); in saveLastTimestamp()