HomeSort by relevance Sort by last modified time
    Searched refs:TypeUtils (Results 1 - 5 of 5) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 45 mNameAndType = mName + ":" + TypeUtils.typeToDescriptor(mType);
54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList);
MethodInfo.java 51 String sigType = TypeUtils.typeToDescriptor(humanType);
55 newSig.append(TypeUtils.typeToDescriptor(mReturn));
82 mReturn = TypeUtils.ambiguousToBinaryName(mReturn, apiList);
85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i),
PackageInfo.java 59 String fixedName = TypeUtils.simpleClassNameToBinary(className);
ClassInfo.java 269 String interfaceName = TypeUtils.ambiguousToBinaryName(mSuperNames.get(i),
349 String packageName = TypeUtils.packageNameOnly(fullname);
350 String className = TypeUtils.classNameOnly(fullname);
TypeUtils.java 21 public class TypeUtils {
22 private void TypeUtils() {}

Completed in 142 milliseconds