Home
last modified time | relevance | path

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

/external/libbackup/src/com/google/android/libraries/backup/shadow/
DFileBackupHelperSimulator.java102 writeBytesToFile(file, bytes); in writeToFile()
113 public static void writeBytesToFile(File file, byte[] bytes) { in writeBytesToFile() method in FileBackupHelperSimulator.FileBackupContents
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java228 private boolean writeBytesToFile(String fileName, byte[] pdu) { in writeBytesToFile() method in SmsFacade