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

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
H A DJarUtils.java55 public static InputStream openResource(final String name) { method in class:JarUtils
H A DStringResourceMap.java56 final InputStream stream = JarUtils.openResource(jarEntryName);
H A DMoreKeysResources.java127 lnr = new LineNumberReader(new InputStreamReader(JarUtils.openResource(template)));

Completed in 102 milliseconds