Home
last modified time | relevance | path

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

/development/tools/apkcheck/src/com/android/apkcheck/
DPackageInfo.java59 String fixedName = TypeUtils.simpleClassNameToBinary(className); in getOrCreateClass() local
60 ClassInfo classInfo = mClassList.get(fixedName); in getOrCreateClass()
64 classInfo = new ClassInfo(fixedName, superclassName, isStatic); in getOrCreateClass()
65 mClassList.put(fixedName, classInfo); in getOrCreateClass()