Home
last modified time | relevance | path

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

/art/test/031-class-attributes/
Dexpected.txt42 isInterface: false
68 isInterface: false
94 isInterface: false
120 isInterface: false
146 isInterface: false
172 isInterface: false
198 isInterface: false
224 isInterface: false
/art/test/121-modifiers/src2/
DMain.java79 if (!clazz.isInterface()) { in check()
89 if (clazz.isInterface()) { in check()
/art/test/912-classes/src-art/art/
DTest912.java129 boolean isInterface = isInterface(c); in testClassType()
132 System.out.println(c.getName() + " interface=" + isInterface + " array=" + isArray + in testClassType()
377 private static native boolean isInterface(Class<?> c); in isInterface() method in Test912
/art/test/674-hiddenapi/src-ex/
DChildClass.java228 if (klass.isInterface() && (!isStatic || !isPublic)) { in checkField()
337 if (klass.isInterface() && !isPublic) { in checkMethod()
409 if (!klass.isInterface() || isStatic) { in checkMethod()
DReflection.java125 m.invoke(klass.isInterface() ? null : klass.newInstance()); in canInvokeMethod()
/art/test/031-class-attributes/src/
DClassAttrs.java313 + clazz.isInterface()); in printClassAttrs()
/art/test/1980-obsolete-object-cleared/
Dexpected.txt195 …erException: Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null ob…
210 Calling public boolean java.lang.Class.isInterface() with params: []
211 public boolean java.lang.Class.isInterface() on (obsolete)class Main$Transform with [] = false
408 …erException: Attempt to invoke virtual method 'boolean java.lang.Class.isInterface()' on a null ob…
423 Calling public boolean java.lang.Class.isInterface() with params: []
424 public boolean java.lang.Class.isInterface() on class Main$Transform with [] = false