Home
last modified time | relevance | path

Searched defs:edit (Results 1 – 1 of 1) sorted by relevance

/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DDiskLruCache.java513 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache
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