Home
last modified time | relevance | path

Searched defs:dexMethod (Results 1 – 2 of 2) sorted by relevance

/cts/tools/signature-tools/src/signature/converter/dex/
DDexToSigConverter.java483 private SigAnnotationField convertAnnotationField(DexMethod dexMethod, in convertAnnotationField()
598 public SigConstructor convertConstructor(DexMethod dexMethod) { in convertConstructor()
674 public SigMethod convertMethod(DexMethod dexMethod) { in convertMethod()
730 DexMethod dexMethod) { in addExceptions()
749 DexMethod dexMethod) { in convertNonGenericExecutableMember()
DDexUtil.java557 public static boolean isVisible(DexMethod dexMethod, in isVisible()