Home
last modified time | relevance | path

Searched refs:onReadError (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java305 ErrnoException onReadError = null; field in StorageManagerTest.TestProxyFileDescriptorCallback
330 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()