Searched refs:onReadError (Results 1 – 1 of 1) sorted by relevance
305 ErrnoException onReadError = null; field in StorageManagerTest.TestProxyFileDescriptorCallback330 if (onReadError != null) { in onRead()331 throw onReadError; in onRead()509 callback.onReadError = new ErrnoException("onRead", OsConstants.EIO); in testOpenProxyFileDescriptor_error()515 callback.onReadError = new ErrnoException("onRead", OsConstants.ENOSYS); in testOpenProxyFileDescriptor_error()521 callback.onReadError = null; in testOpenProxyFileDescriptor_error()