From ef342404c6df7d1538fc0e727f7b5584952c1cab Mon Sep 17 00:00:00 2001 From: Todd Kennedy Date: Wed, 9 Mar 2016 16:08:09 -0800 Subject: [PATCH] Update API Change-Id: Ia1c913d1508d80489fcc0e01e5d10f72f8f9af5c --- api/current.txt | 1 + api/system-current.txt | 1 + api/test-current.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/api/current.txt b/api/current.txt index 799ad0fd18512..4f22c3d9d07ce 100644 --- a/api/current.txt +++ b/api/current.txt @@ -9539,6 +9539,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); } diff --git a/api/system-current.txt b/api/system-current.txt index 9a84d1ade8ce8..fc0a9612bd275 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -9873,6 +9873,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); } diff --git a/api/test-current.txt b/api/test-current.txt index f18f4e1cd1c2d..d8641a08b28e5 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -9548,6 +9548,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); }