Home | History | Annotate | Download | only in com.example.android.common.media

Lines Matching refs:File

5  * you may not use this file except in compliance with the License.
25 import java.io.File;
140 * Creates a media file in the {@code Environment.DIRECTORY_PICTURES} directory. The directory
144 * @return A file object pointing to the newly created file.
146 public static File getOutputMediaFile(int type){
153 File mediaStorageDir = new File(Environment.getExternalStoragePublicDirectory(
166 // Create a media file name
168 File mediaFile;
170 mediaFile = new File(mediaStorageDir.getPath() + File.separator +
173 mediaFile = new File(mediaStorageDir.getPath() + File.separator +