summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorSnild Dolkow <snild@sony.com>2020-10-15 19:06:18 +0200
committerSnild Dolkow <snild@sony.com>2020-10-29 13:18:51 +0100
commit2e686f164caf02d565ca52f61d4f1f2c55b9041d (patch)
tree69b94c612d61da79f354361fc8033977a50dddba /api
parent39c6068cbc112c990ec7f7f319d2ffa9d30a9d85 (diff)
Expose Image and Plane for testing
Test: cts builds Test: the new cts tests run Bug: 170981222 Reference: I39921ef80c62cc331bb2d72a8d614986d3166eb9 Change-Id: I82d9581c2892eff282de02ce5810cf819a35d1d4
Diffstat (limited to 'api')
-rw-r--r--api/test-current.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/api/test-current.txt b/api/test-current.txt
index 93f9e2c907d6..9c517296d35c 100644
--- a/api/test-current.txt
+++ b/api/test-current.txt
@@ -876,6 +876,14 @@ package android.media {
field public static final String SAMPLE_RATE = "android.media.audiotrack.sampleRate";
}
+ public abstract class Image implements java.lang.AutoCloseable {
+ ctor protected Image();
+ }
+
+ public abstract static class Image.Plane {
+ ctor protected Image.Plane();
+ }
+
public final class MediaCas implements java.lang.AutoCloseable {
method public void forceResourceLost();
}