Searched refs:isDefaultMethod (Results 1 – 4 of 4) sorted by relevance
232 private boolean isDefaultMethod(DexItem dexItem) { in isDefaultMethod() method241 && isDefaultMethod(previousResult) in checkIfMethodIsAmbiguous()242 && isDefaultMethod(newResult)) { in checkIfMethodIsAmbiguous()
48 if (rewriter.isDefaultMethod(virtual)) { in process()
227 if (rewriter.isDefaultMethod(encoded)) { in createInterfaceInfo()
245 final boolean isDefaultMethod(DexEncodedMethod method) { in isDefaultMethod() method in InterfaceMethodRewriter