Home
last modified time | relevance | path

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

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