Home
last modified time | relevance | path

Searched refs:AnnotatedInterface (Results 1 – 1 of 1) sorted by relevance

/external/r8/src/test/examplesAndroidO/lambdadesugaringnplus/
DLambdasWithStaticAndDefaultMethods.java233 private interface AnnotatedInterface { interface in LambdasWithStaticAndDefaultMethods.B38302860
262 if (checkAnnotationValue(AnnotatedInterface.class.getAnnotations(), 1)) { in test()
269 AnnotatedInterface.class.getMethod("annotatedAbstractMethod").getAnnotations(), 2)) { in test()
276 AnnotatedInterface.class.getMethod("annotatedDefaultMethod").getAnnotations(), 3)) { in test()
295 return AnnotatedInterface.class; in getCompanionClassOrInterface()