Home
last modified time | relevance | path

Searched refs:TypeUtils (Results 1 – 5 of 5) sorted by relevance

/development/tools/apkcheck/src/com/android/apkcheck/
DMethodInfo.java51 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()
DFieldInfo.java45 mNameAndType = mName + ":" + TypeUtils.typeToDescriptor(mType); in getNameAndType()
54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType()
DClassInfo.java269 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()
DTypeUtils.java21 public class TypeUtils { class
22 private void TypeUtils() {} in TypeUtils() method in TypeUtils
DPackageInfo.java59 String fixedName = TypeUtils.simpleClassNameToBinary(className); in getOrCreateClass()