Searched refs:createFile (Results 1 – 4 of 4) sorted by relevance
55 createFile(fileSize); in onCreate()65 private void createFile(int size) throws IOException { in createFile() method in MainActivity
135 public static void createFile(File file, int numBytes) throws IOException { in createFile() method in FileUtils
79 FileUtils.createFile(videoFile, numBytes); in testStoreVideoMediaExternal()
226 FileUtils.createFile(new File(externalPath), numBytes); in testStoreImagesMediaExternal()