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.java36 public static JarFile getJarFile(final Class<?> mainClass) { argument
37 final String mainClassPath = "/" + mainClass.getName().replace('.', '/') + ".class";
38 final URL resUrl = mainClass.getResource(mainClassPath);

Completed in 104 milliseconds