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

  /cts/tests/tests/os/src/android/os/cts/
IParcelFileDescriptorPeer.aidl 43 void closeWithError(String msg);
ParcelFileDescriptorProcessTest.java 155 red.closeWithError("OMG MUFFINS");
208 blue.closeWithError("OMG BANANAS");
249 blue.closeWithError("BLUE RAWR");
250 red.closeWithError("RED RAWR");
289 red.closeWithError("RAWR RED");
303 red.closeWithError(msg);
ParcelFileDescriptorPeer.java 151 public void closeWithError(String msg) throws RemoteException {
153 mLocal.closeWithError(msg);
ParcelFileDescriptorTest.java 265 blue.closeWithError("OMG MUFFINS");
300 file.closeWithError("OMG BANANAS");
325 blue.closeWithError("BLUE RAWR");
326 red.closeWithError("RED RAWR");
352 red.closeWithError("RAWR RED");
  /development/samples/Vault/src/com/example/android/vault/
Utils.java 43 pfd.closeWithError(msg);
  /development/samples/Vault/tests/src/com/example/android/vault/
EncryptedDocumentTest.java 232 pipe[1].closeWithError("ZOMG");
  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 377 * {@link #closeWithError(String)} which can be handled by the read end
415 * {@link #closeWithError(String)} which can be detected by the other end
576 * {@link #closeWithError(String)}.
621 public void closeWithError(String msg) throws IOException {
624 mWrapped.closeWithError(msg);
767 * {@link #closeWithError(String)}.
    [all...]
  /packages/providers/TvProvider/src/com/android/providers/tv/
TvProvider.java     [all...]
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1071 milliseconds