Home
last modified time | relevance | path

Searched refs:ambiguousToBinaryName (Results 1 – 4 of 4) sorted by relevance

/development/tools/apkcheck/src/com/android/apkcheck/
DMethodInfo.java82 mReturn = TypeUtils.ambiguousToBinaryName(mReturn, apiList); in normalizeTypes()
85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i), in normalizeTypes()
DFieldInfo.java54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType()
DTypeUtils.java144 public static String ambiguousToBinaryName(String typeName, ApiList apiList) { in ambiguousToBinaryName() method in TypeUtils
DClassInfo.java269 String interfaceName = TypeUtils.ambiguousToBinaryName(mSuperNames.get(i), in flattenClass()