Merge "Update API" into nyc-dev

am: 3d2e374e70

* commit '3d2e374e70afb8566121ea72de726e3499aa81aa':
  Update API
This commit is contained in:
Todd Kennedy
2016-03-10 00:14:19 +00:00
committed by android-build-merger
3 changed files with 3 additions and 0 deletions

View File

@@ -9560,6 +9560,7 @@ package android.content.pm {
method public java.lang.String[] getNames() throws java.io.IOException;
method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException;
method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException;
method public void removeSplit(java.lang.String) throws java.io.IOException;
method public void setStagingProgress(float);
}

View File

@@ -9894,6 +9894,7 @@ package android.content.pm {
method public java.lang.String[] getNames() throws java.io.IOException;
method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException;
method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException;
method public void removeSplit(java.lang.String) throws java.io.IOException;
method public void setStagingProgress(float);
}

View File

@@ -9569,6 +9569,7 @@ package android.content.pm {
method public java.lang.String[] getNames() throws java.io.IOException;
method public java.io.InputStream openRead(java.lang.String) throws java.io.IOException;
method public java.io.OutputStream openWrite(java.lang.String, long, long) throws java.io.IOException;
method public void removeSplit(java.lang.String) throws java.io.IOException;
method public void setStagingProgress(float);
}