Searched refs:mainClass (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DJarUtils.java34 public static JarFile getJarFile(final Class<?> mainClass) { argument
35 final String mainClassPath = "/" + mainClass.getName().replace('.', '/') + ".class";
36 final URL resUrl = mainClass.getResource(mainClassPath);

Completed in 29 milliseconds