Home
last modified time | relevance | path

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

/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java198 final FileOutputStream pngOutput = new FileOutputStream(actual); in testThemes() local
202 pngOutput.write(data, 0, count); in testThemes()
205 pngOutput.flush(); in testThemes()
206 pngOutput.close(); in testThemes()