Home
last modified time | relevance | path

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

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