Searched refs:txtProtobufFileName (Results 1 – 3 of 3) sorted by relevance
/cts/tools/release-parser/tests/src/com/android/cts/releaseparser/ |
D | ApkParserTest.java | 84 String txtProtobufFileName = fileName + PB_TXT; in testApkParser() local 87 ClassUtils.openResourceAsStreamReader(getClass(), txtProtobufFileName), in testApkParser() local 92 fileName, txtProtobufFileName, TextFormat.printToString(fileEntry)), in testApkParser()
|
D | SoParserTest.java | 61 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()
|
D | FileParserTest.java | 160 String txtProtobufFileName = fileName + PB_TXT; in testFileParser() local 163 ClassUtils.openResourceAsStreamReader(getClass(), txtProtobufFileName), in testFileParser() local 169 txtProtobufFileName, in testFileParser()
|