Home
last modified time | relevance | path

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

/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorProcessTest.java155 red.closeWithError("OMG MUFFINS"); in testPipeWriterError()
208 blue.closeWithError("OMG BANANAS"); in testFileError()
249 blue.closeWithError("BLUE RAWR"); in testSocketErrorAfterClose()
250 red.closeWithError("RED RAWR"); in testSocketErrorAfterClose()
289 red.closeWithError("RAWR RED"); in testSocketMultipleCheck()
303 red.closeWithError(msg); in testSocketGiantError()
DIParcelFileDescriptorPeer.aidl43 void closeWithError(String msg); in closeWithError() method
DParcelFileDescriptorTest.java265 blue.closeWithError("OMG MUFFINS"); in testPipeError()
300 file.closeWithError("OMG BANANAS"); in testFileError()
325 blue.closeWithError("BLUE RAWR"); in testSocketErrorAfterClose()
326 red.closeWithError("RED RAWR"); in testSocketErrorAfterClose()
352 red.closeWithError("RAWR RED"); in testSocketMultipleCheck()
DParcelFileDescriptorPeer.java151 public void closeWithError(String msg) throws RemoteException { in closeWithError() method in ParcelFileDescriptorPeer
153 mLocal.closeWithError(msg); in closeWithError()