Searched defs:edit (Results 1 – 2 of 2) sorted by relevance
27 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); in onCreate() local45 EditText edit = (EditText) findViewById(R.id.process_text_received_text_editable); in finish() local
513 public Editor edit(String key) throws IOException { in edit() method in DiskLruCache517 private synchronized Editor edit(String key, long expectedSequenceNumber) throws IOException { in edit() method in DiskLruCache746 public Editor edit() throws IOException { in edit() method in DiskLruCache.Snapshot