HomeSort by relevance Sort by last modified time
    Searched refs:fOutput (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 141 FileOutputStream fOutput = null;
143 fOutput = new FileOutputStream(f);
148 fOutput.write(buffer, 0, length);
152 if (fOutput != null) {
153 fOutput.flush();
154 fOutput.close();
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 259 FileOutputStream fOutput = new FileOutputStream(file);
263 fOutput.write(dataBuffer, 0, readLength);
266 fOutput.close();

Completed in 561 milliseconds