Searched refs:createReader (Results 1 – 4 of 4) sorted by relevance
95 try(ClipStorageReader provider = mStorage.createReader(copy)) { in testRead()125 try(ClipStorageReader reader = mStorage.createReader(copy)) { in testReadConcurrently()126 try(ClipStorageReader reader2 = mStorage.createReader(copy2)){ in testReadConcurrently()
41 ClipStorageReader createReader(File file) throws IOException; in createReader() method
175 public ClipStorageReader createReader(File file) throws IOException { in createReader() method in ClipStorage
148 ClipStorageReader reader = storage.createReader(mFile); in getUris()