Searched refs:appendedFileContents (Results 1 – 1 of 1) sorted by relevance
194 String appendedFileContents = "bar"; in openFileOutput_shouldAppendData() local195 String finalFileContents = initialFileContents + appendedFileContents; in openFileOutput_shouldAppendData()200 fileOutputStream.write(appendedFileContents.getBytes(UTF_8)); in openFileOutput_shouldAppendData()