Searched refs:TypeUtils (Results 1 – 5 of 5) sorted by relevance
51 String sigType = TypeUtils.typeToDescriptor(humanType); in getNameAndDescriptor()55 newSig.append(TypeUtils.typeToDescriptor(mReturn)); in getNameAndDescriptor()82 mReturn = TypeUtils.ambiguousToBinaryName(mReturn, apiList); in normalizeTypes()85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i), in normalizeTypes()
45 mNameAndType = mName + ":" + TypeUtils.typeToDescriptor(mType); in getNameAndType()54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType()
269 String interfaceName = TypeUtils.ambiguousToBinaryName(mSuperNames.get(i), in flattenClass()349 String packageName = TypeUtils.packageNameOnly(fullname); in lookupClass()350 String className = TypeUtils.classNameOnly(fullname); in lookupClass()
21 public class TypeUtils { class22 private void TypeUtils() {} in TypeUtils() method in TypeUtils
59 String fixedName = TypeUtils.simpleClassNameToBinary(className); in getOrCreateClass()