Searched refs:getEnclosingMethod (Results 1 – 9 of 9) sorted by relevance
471 assertEquals(null, C.D.class.getEnclosingMethod()); in testGetEnclosingMethodIsNotTransitive()485 assertNull(staticAnonymous.getClass().getEnclosingMethod()); in testStaticFieldAnonymousClass()490 assertNull(ReflectionTest.class.getEnclosingMethod()); in testGetEnclosingMethodOfTopLevelClass()502 assertNull(foo.c.getEnclosingMethod()); in testClassEnclosedByConstructor()512 foo.c.getEnclosingMethod()); in testClassEnclosedByMethod()
87 Method m = cl.getEnclosingMethod(); in nextLayer()
180 anonymousClass.getClass().getEnclosingMethod(); in timeGetEnclosingMethod()
98 public java.lang.reflect.Method getEnclosingMethod() { throw new RuntimeException("Stub!"); } in getEnclosingMethod() method in Class
382 Method clazz = ExtendTestClass.class.getEnclosingMethod(); in test_getEnclosingMethod()390 ptc.getLocalClass().getClass().getEnclosingMethod()); in test_getEnclosingMethod()
97 @libcore.util.Nullable public java.lang.reflect.Method getEnclosingMethod() { throw new RuntimeExce… in getEnclosingMethod() method in Class
155 public java.lang.reflect.Method getEnclosingMethod() { in getEnclosingMethod() method in Class
1591 public Method getEnclosingMethod() { in getEnclosingMethod() method in Class1997 return (getEnclosingMethod() != null || getEnclosingConstructor() != null) in isLocalClass()
3104 method @Nullable public java.lang.reflect.Method getEnclosingMethod();