Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4be7914 authored by Mathew Inwood's avatar Mathew Inwood Committed by Gerrit Code Review
Browse files

Merge "Add @UnsupportedAppUsage annotations"

parents 597229d6 585f2716
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4297,7 +4297,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;
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package javax.microedition.khronos.egl;

import android.annotation.UnsupportedAppUsage;
import java.lang.String;

public interface EGL10 extends EGL {
@@ -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);