Home | History | Annotate | Download | only in printservice2

Lines Matching defs:file

23 import java.io.File;
68 final File file = new File(getFilesDir(), info.getLabel() + ".pdf");
69 if (file.exists()) {
70 file.delete();
79 out = new BufferedOutputStream(new FileOutputStream(file));
109 file.setExecutable(true, false);
110 file.setWritable(true, false);
111 file.setReadable(true, false);
114 intent.setDataAndType(Uri.fromFile(file), "application/pdf");