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

Commit 99898356 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Track API changes associated with AbstractMethod refactoring" am:...

Merge "Track API changes associated with AbstractMethod refactoring" am: 117ef7eb am: 3fa8bc06 am: 8ed37211
am: 025813ad

Change-Id: I496b31b959873bd0dd5b8a80b7e54cbb6e918791
parents c7bd920e 025813ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52215,6 +52215,7 @@ package java.lang.reflect {
    method public abstract java.lang.Class<?>[] getParameterTypes();
    method public java.lang.reflect.Parameter[] getParameters();
    method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
    method public final boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
    method public boolean isSynthetic();
    method public boolean isVarArgs();
    method public abstract java.lang.String toGenericString();
+1 −0
Original line number Diff line number Diff line
@@ -55752,6 +55752,7 @@ package java.lang.reflect {
    method public abstract java.lang.Class<?>[] getParameterTypes();
    method public java.lang.reflect.Parameter[] getParameters();
    method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
    method public final boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
    method public boolean isSynthetic();
    method public boolean isVarArgs();
    method public abstract java.lang.String toGenericString();
+1 −0
Original line number Diff line number Diff line
@@ -52309,6 +52309,7 @@ package java.lang.reflect {
    method public abstract java.lang.Class<?>[] getParameterTypes();
    method public java.lang.reflect.Parameter[] getParameters();
    method public abstract java.lang.reflect.TypeVariable<?>[] getTypeParameters();
    method public final boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation>);
    method public boolean isSynthetic();
    method public boolean isVarArgs();
    method public abstract java.lang.String toGenericString();