Home
last modified time | relevance | path

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

/development/tools/apkcheck/src/com/android/apkcheck/
DClassInfo.java154 mMethodList.put(methInfo.getNameAndDescriptor(), methInfo); in addMethod()
190 String nad = methInfo.getNameAndDescriptor(); in getMethodIgnoringReturn()
316 tmpMethodList.put(methodInfo.getNameAndDescriptor(), methodInfo); in normalizeTypes()
DMethodInfo.java45 public String getNameAndDescriptor() { in getNameAndDescriptor() method in MethodInfo
DApkCheck.java335 String nameAndDescr = apkMethodInfo.getNameAndDescriptor(); in checkClass()
424 System.out.println(" METHOD " + methInfo.getNameAndDescriptor()); in dumpMethod()