Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorProcessTest.java160 red.closeWithError("OMG MUFFINS"); in testPipeWriterError()
213 blue.closeWithError("OMG BANANAS"); in testFileError()
254 blue.closeWithError("BLUE RAWR"); in testSocketErrorAfterClose()
255 red.closeWithError("RED RAWR"); in testSocketErrorAfterClose()
294 red.closeWithError("RAWR RED"); in testSocketMultipleCheck()
308 red.closeWithError(msg); in testSocketGiantError()
DIParcelFileDescriptorPeer.aidl43 void closeWithError(String msg); in closeWithError() method
DParcelFileDescriptorPeer.java145 public void closeWithError(String msg) throws RemoteException { in closeWithError() method in ParcelFileDescriptorPeer
147 mLocal.closeWithError(msg); in closeWithError()
DParcelFileDescriptorTest.java369 blue.closeWithError("OMG MUFFINS"); in testPipeError_Discouraged()
390 blue.closeWithError("OMG MUFFINS"); in testPipeError()
427 file.closeWithError("OMG BANANAS"); in testFileError()
475 blue.closeWithError("BLUE RAWR"); in testSocketErrorAfterClose()
476 red.closeWithError("RED RAWR"); in testSocketErrorAfterClose()
504 red.closeWithError("RAWR RED"); in testSocketMultipleCheck()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt33500 method public void closeWithError(String) throws java.io.IOException;