Merge \\\"Track libcore change c49fd8d2b8449193fbb53750e7f6a22cacc2f968\\\" am: 326e55a3e2 am: ce482360b9

am: 8fbba5047f

Change-Id: I64fbc5c77f206fa3aaf496c91423ad441cfcc8f9
This commit is contained in:
Przemyslaw Szczepaniak
2016-07-05 09:10:18 +00:00
committed by android-build-merger
2 changed files with 6 additions and 0 deletions

View File

@@ -51251,11 +51251,14 @@ package java.lang {
public abstract class Process {
ctor public Process();
method public abstract void destroy();
method public java.lang.Process destroyForcibly();
method public abstract int exitValue();
method public abstract java.io.InputStream getErrorStream();
method public abstract java.io.InputStream getInputStream();
method public abstract java.io.OutputStream getOutputStream();
method public boolean isAlive();
method public abstract int waitFor() throws java.lang.InterruptedException;
method public boolean waitFor(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException;
}
public final class ProcessBuilder {

View File

@@ -54773,11 +54773,14 @@ package java.lang {
public abstract class Process {
ctor public Process();
method public abstract void destroy();
method public java.lang.Process destroyForcibly();
method public abstract int exitValue();
method public abstract java.io.InputStream getErrorStream();
method public abstract java.io.InputStream getInputStream();
method public abstract java.io.OutputStream getOutputStream();
method public boolean isAlive();
method public abstract int waitFor() throws java.lang.InterruptedException;
method public boolean waitFor(long, java.util.concurrent.TimeUnit) throws java.lang.InterruptedException;
}
public final class ProcessBuilder {