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