Merge "Update API" into nyc-dev
am: 3d2e374e70
* commit '3d2e374e70afb8566121ea72de726e3499aa81aa':
Update API
This commit is contained in:
@@ -9560,6 +9560,7 @@ package android.content.pm {
|
|||||||
method public java.lang.String[] getNames() throws java.io.IOException;
|
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.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 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);
|
method public void setStagingProgress(float);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9894,6 +9894,7 @@ package android.content.pm {
|
|||||||
method public java.lang.String[] getNames() throws java.io.IOException;
|
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.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 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);
|
method public void setStagingProgress(float);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -9569,6 +9569,7 @@ package android.content.pm {
|
|||||||
method public java.lang.String[] getNames() throws java.io.IOException;
|
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.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 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);
|
method public void setStagingProgress(float);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user