Home
last modified time | relevance | path

Searched defs:txtProtobufFileName (Results 1 – 3 of 3) sorted by relevance

/cts/tools/release-parser/tests/src/com/android/cts/releaseparser/
DSoParserTest.java61 private void testSoParser(String fileName, String txtProtobufFileName, boolean parseInternalApi) in testSoParser()
72 ClassUtils.getResrouceContentString(getClass(), txtProtobufFileName), in testSoParser() local
DApkParserTest.java84 String txtProtobufFileName = fileName + PB_TXT; in testApkParser() local
87 ClassUtils.openResourceAsStreamReader(getClass(), txtProtobufFileName), in testApkParser() local
DFileParserTest.java160 String txtProtobufFileName = fileName + PB_TXT; in testFileParser() local
163 ClassUtils.openResourceAsStreamReader(getClass(), txtProtobufFileName), in testFileParser() local