Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/cf/code/
DSimulator.java921 private void checkInterfaceMethodDeclaration(ConcreteMethod declaredMethod) { in checkInterfaceMethodDeclaration() argument
927 declaredMethod.isStaticMethod() ? "static" : "default", in checkInterfaceMethodDeclaration()
929 declaredMethod.getDefiningClass().toHuman(), declaredMethod.getNat().toHuman()); in checkInterfaceMethodDeclaration()