Searched refs:isInMainDexList (Results 1 – 2 of 2) sorted by relevance
167 private boolean isInMainDexList(DexType iface) { in isInMainDexList() method in InterfaceMethodRewriter210 builder.addSynthesizedClass(entry.getValue(), isInMainDexList(entry.getKey().type)); in desugarInterfaceMethods()
224 private boolean isInMainDexList(DexType type) { in isInMainDexList() method in LambdaRewriter238 if (isInMainDexList(accessedFrom)) { in getOrCreateLambdaClass()