HomeSort by relevance Sort by last modified time
    Searched full:fixedname (Results 1 - 2 of 2) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
PackageInfo.java 59 String fixedName = TypeUtils.simpleClassNameToBinary(className);
60 ClassInfo classInfo = mClassList.get(fixedName);
62 //System.out.println("--- creating entry for class " + fixedName +
64 classInfo = new ClassInfo(fixedName, superclassName, isStatic);
65 mClassList.put(fixedName, classInfo);
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 444 String fixedName = fixPath(name);
449 outputResources.put(fixedName, bytes);
455 return processClass(fixedName, bytes);
463 outputResources.put(fixedName, bytes);
    [all...]

Completed in 1796 milliseconds