Lines Matching defs:file
5 * you may not use this file except in compliance with the License.
43 import java.io.File;
220 private File buildFile(String name) {
225 File path = Environment.getExternalStoragePublicDirectory(
238 return new File(path, name + "_ori_" + orientation + ".png");
251 File pic = buildFile(mAppWidgetName);
274 Log.d(LOG_TAG, "Could not close file: " + e);
305 File file = buildFile(mAppWidgetName);
306 if (file.exists()) {
313 emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(file));