HomeSort by relevance Sort by last modified time
    Searched defs:closeWithError (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorPeer.java 151 public void closeWithError(String msg) throws RemoteException {
153 mLocal.closeWithError(msg);
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 376 * {@link #closeWithError(String)} which can be handled by the read end
414 * {@link #closeWithError(String)} which can be detected by the other end
575 * {@link #closeWithError(String)}.
620 public void closeWithError(String msg) throws IOException {
623 mWrapped.closeWithError(msg);
760 * {@link #closeWithError(String)}.
    [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 877 milliseconds