Loading config/hiddenapi-light-greylist.txt +0 −1 Original line number Diff line number Diff line Loading @@ -4690,7 +4690,6 @@ Ljava/util/zip/ZipInputStream;->tmpbuf:[B Ljava/util/zip/ZipOutputStream;->method:I Ljava/util/zip/ZipOutputStream;->names:Ljava/util/HashSet; Ljava/util/zip/ZipOutputStream;->written:J Ljavax/microedition/khronos/egl/EGL10;->eglReleaseThread()Z Ljavax/net/ssl/SSLServerSocketFactory;->defaultServerSocketFactory:Ljavax/net/ssl/SSLServerSocketFactory; Ljavax/net/ssl/SSLSocketFactory;->createSocket(Ljava/net/Socket;Ljava/io/InputStream;Z)Ljava/net/Socket; Ljavax/net/ssl/SSLSocketFactory;->defaultSocketFactory:Ljavax/net/ssl/SSLSocketFactory; Loading opengl/java/javax/microedition/khronos/egl/EGL10.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package javax.microedition.khronos.egl; import android.annotation.UnsupportedAppUsage; import java.lang.String; public interface EGL10 extends EGL { Loading Loading @@ -116,6 +117,7 @@ public interface EGL10 extends EGL { String eglQueryString(EGLDisplay display, int name); boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); /** @hide **/ @UnsupportedAppUsage boolean eglReleaseThread(); boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); boolean eglTerminate(EGLDisplay display); Loading Loading
config/hiddenapi-light-greylist.txt +0 −1 Original line number Diff line number Diff line Loading @@ -4690,7 +4690,6 @@ Ljava/util/zip/ZipInputStream;->tmpbuf:[B Ljava/util/zip/ZipOutputStream;->method:I Ljava/util/zip/ZipOutputStream;->names:Ljava/util/HashSet; Ljava/util/zip/ZipOutputStream;->written:J Ljavax/microedition/khronos/egl/EGL10;->eglReleaseThread()Z Ljavax/net/ssl/SSLServerSocketFactory;->defaultServerSocketFactory:Ljavax/net/ssl/SSLServerSocketFactory; Ljavax/net/ssl/SSLSocketFactory;->createSocket(Ljava/net/Socket;Ljava/io/InputStream;Z)Ljava/net/Socket; Ljavax/net/ssl/SSLSocketFactory;->defaultSocketFactory:Ljavax/net/ssl/SSLSocketFactory; Loading
opengl/java/javax/microedition/khronos/egl/EGL10.java +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package javax.microedition.khronos.egl; import android.annotation.UnsupportedAppUsage; import java.lang.String; public interface EGL10 extends EGL { Loading Loading @@ -116,6 +117,7 @@ public interface EGL10 extends EGL { String eglQueryString(EGLDisplay display, int name); boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); /** @hide **/ @UnsupportedAppUsage boolean eglReleaseThread(); boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface); boolean eglTerminate(EGLDisplay display); Loading