Searched refs:closeWithError (Results 1 – 4 of 4) sorted by relevance
155 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()
43 void closeWithError(String msg); in closeWithError() method
265 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()
151 public void closeWithError(String msg) throws RemoteException { in closeWithError() method in ParcelFileDescriptorPeer153 mLocal.closeWithError(msg); in closeWithError()