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

  /development/tools/apkcheck/src/com/android/apkcheck/
FieldInfo.java 54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList);
MethodInfo.java 82 mReturn = TypeUtils.ambiguousToBinaryName(mReturn, apiList);
85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i),
ClassInfo.java 269 String interfaceName = TypeUtils.ambiguousToBinaryName(mSuperNames.get(i),
TypeUtils.java 144 public static String ambiguousToBinaryName(String typeName, ApiList apiList) {

Completed in 110 milliseconds