Searched refs:writeFile (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DStorage.java63 public static void writeFile(String path, byte[] data) { method in class:Storage
84 writeFile(path, jpeg);
H A DPanoramaModule.java932 Storage.writeFile(filepath, jpegData);
935 Storage.writeFile(filepath, jpegData);
/packages/apps/Camera2/src/com/android/camera/
H A DStorage.java125 long fileLength = writeFile(path, data, exif);
273 writeFile(path, jpeg, exif);
303 public static long writeFile(String path, byte[] jpeg, ExifInterface exif) throws IOException { method in class:Storage
313 return writeFile(path, jpeg);
353 private static long writeFile(String path, byte[] data) { method in class:Storage

Completed in 115 milliseconds