Home
last modified time | relevance | path

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

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