Searched refs:ApiList (Results 1 – 7 of 7) sorted by relevance
44 private static ApiList sCurrentApk;59 ApiList apiDescr = new ApiList("public-api"); in main()124 ApiList apkDescr = new ApiList(args[idx]); in main()160 static boolean parseApiDescr(ApiList apiList, String fileName) { in parseApiDescr()180 static boolean parseXml(ApiList apiList, Reader reader, in parseXml()229 static void flattenInherited(ApiList pubList) { in flattenInherited()250 static boolean check(ApiList pubList, ApiList apkDescr) { in check()392 private static void dumpApi(ApiList apiList) { in dumpApi()
31 private ApiList mApiList;46 public ApiDescrHandler(ApiList apiList) { in ApiDescrHandler()54 public ApiList getApiList() { in getApiList()
25 public class ApiList { class35 public ApiList(String debugString) { in ApiList() method in ApiList
221 public void flattenClass(ApiList apiList) { in flattenClass()297 private void normalizeTypes(ApiList apiList) { in normalizeTypes()348 private static ClassInfo lookupClass(String fullname, ApiList apiList) { in lookupClass()
52 public void normalizeType(ApiList apiList) { in normalizeType()
80 public void normalizeTypes(ApiList apiList) { in normalizeTypes()
144 public static String ambiguousToBinaryName(String typeName, ApiList apiList) { in ambiguousToBinaryName()