Searched refs:onRead (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
H A DProxy.java52 public int onRead(long offset, int size, byte[] data) throws ErrnoException { method in class:Proxy
58 throw new ErrnoException("onRead", OsConstants.EIO);
66 throw new ErrnoException("onRead", OsConstants.EIO);
80 throw new ErrnoException("onRead", OsConstants.EIO);

Completed in 134 milliseconds