Home
last modified time | relevance | path

Searched refs:parseFileSizes (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/contrib/src/com/android/build/tests/
DImageStats.java130 parseFileSizes(in), in run()
166 protected Map<String, Long> parseFileSizes(InputStream in) throws IOException { in parseFileSizes() method in ImageStats
/tools/tradefederation/contrib/tests/src/com/android/build/tests/
DImageStatsTest.java72 mImageStats.parseFileSizes(new ByteArrayInputStream(TEST_DATA.getBytes())); in testParseFileSizes()