| /development/samples/ApiDemos/src/com/example/android/apis/content/ | 
| D | ExternalStorage.java | 187         File file = new File(path, "DemoPicture.jpg");  in createExternalStoragePublicPicture()  local229         File file = new File(path, "DemoPicture.jpg");  in deleteExternalStoragePublicPicture()  local
 240         File file = new File(path, "DemoPicture.jpg");  in hasExternalStoragePublicPicture()  local
 254         File file = new File(path, "DemoPicture.jpg");  in createExternalStoragePrivatePicture()  local
 293             File file = new File(path, "DemoPicture.jpg");  in deleteExternalStoragePrivatePicture()  local
 305             File file = new File(path, "DemoPicture.jpg");  in hasExternalStoragePrivatePicture()  local
 316          File file = new File(getExternalFilesDir(null), "DemoFile.jpg");  in createExternalStoragePrivateFile()  local
 341          File file = new File(getExternalFilesDir(null), "DemoFile.jpg");  in deleteExternalStoragePrivateFile()  local
 348          File file = new File(getExternalFilesDir(null), "DemoFile.jpg");  in hasExternalStoragePrivateFile()  local
 
 | 
| /development/samples/browseable/StorageProvider/src/com.example.android.storageprovider/ | 
| D | MyCloudProvider.java | 185             final File file = pending.removeFirst();  in queryRecentDocuments()  local197             final File file = lastModifiedFiles.remove();  in queryRecentDocuments()  local
 229             final File file = pending.removeFirst();  in querySearchDocuments()  local
 251         final File file = getFileForDocId(documentId);  in openDocumentThumbnail()  local
 301         final File file = getFileForDocId(documentId);  in openDocument()  local
 
 | 
| /development/tools/idegen/src/ | 
| D | Files.java | 28     static String toString(File file) throws IOException {  in toString()43     static void toFile(String contents, File file) throws IOException {  in toFile()
 
 | 
| D | IntelliJ.java | 92     private static boolean isTests(File file) {  in isTests()
 | 
| D | Configuration.java | 231     private static String parsePackageName(File file) throws IOException {  in parsePackageName()277     public static void parseFile(File file, Collection<Pattern> patterns)  in parseFile()
 
 | 
| /development/samples/BackupRestore/src/com/example/android/backuprestore/ | 
| D | BackupRestoreActivity.java | 151         RandomAccessFile file;  in populateUI()  local222     void writeDataToFileLocked(RandomAccessFile file,  in writeDataToFileLocked()
 245                 RandomAccessFile file = new RandomAccessFile(mDataFile, "rw");  in recordNewUIState()  local
 
 | 
| D | ExampleAgent.java | 95             RandomAccessFile file = new RandomAccessFile(mDataFile, "r");  in onBackup()  local232                     RandomAccessFile file = new RandomAccessFile(mDataFile, "rw");  in onRestore()  local
 
 | 
| D | MultiRecordExampleAgent.java | 71             RandomAccessFile file = new RandomAccessFile(mDataFile, "r");  in onBackup()  local191             RandomAccessFile file = new RandomAccessFile(mDataFile, "rw");  in onRestore()  local
 
 | 
| /development/tools/winscope/src/common/ | 
| D | file_utils.ts | 42       const file = files[i];  constant59       const file = content.files[filename];  constant
 81       const file = files[i];  constant
 
 | 
| /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/ | 
| D | RmTypeDefs.java | 89                 File file = new File(arg);  in run()  local122     private void checkFile(File file) {  in checkFile()
 145     private void checkClass(File file) {  in checkClass()
 175     private void addTypeDef(String name, File file) {  in addTypeDef()
 278         public TypeDefVisitor(File file) {  in TypeDefVisitor()
 
 | 
| /development/tools/idegen/src/com/android/idegen/ | 
| D | DirectorySearch.java | 73     public static void findAndInitRepoRoot(File file) {  in findAndInitRepoRoot()135     public static ImmutableList<File> findSourceDirs(File file) {  in findSourceDirs()
 179     public static ImmutableList<File> findExcludeDirs(File file) {  in findExcludeDirs()
 
 | 
| /development/samples/Vault/src/com/example/android/vault/ | 
| D | Utils.java | 49     public static void writeFully(File file, byte[] data) throws IOException {  in writeFully()58     public static byte[] readFully(File file) throws IOException {  in readFully()
 
 | 
| /development/tools/winscope/src/trace/ | 
| D | trace_file.ts | 20   constructor(public file: File, public parentArchive?: File) {}  property in TraceFile
 | 
| /development/tools/repo_pull/ | 
| D | repo_pull.py | 59     def write_bytes(data, file):  # PY2  argument64     def write_bytes(data, file):  # PY3  argument
 70 def _confirm(question, default, file=sys.stderr):  argument
 334 def _print_pull_failures(failures, file=sys.stderr):  argument
 
 | 
| D | repo_review.py | 55 def _print_change_lists(change_lists, file=sys.stdout):  argument
 | 
| /development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ | 
| D | RmTypeDefsTest.java | 183     private void assertDoesNotContainBytes(File file, String sub) throws IOException {  in assertDoesNotContainBytes()212     private void list(StringBuilder sb, File file, String prefix, int depth, String rootName) {  in list()
 
 | 
| /development/samples/apkcachetest/src/com/android/apkcachetest/ | 
| D | Main.java | 62     String readTextFile(File file) throws IOException {  in readTextFile()
 | 
| /development/tools/ota_analysis/src/__tests__/ | 
| D | map_parser.test.js | 32   const file = path.join(__dirname, "./", "system_test.map")  constant
 | 
| /development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ | 
| D | ProvisioningValuesLoader.java | 100         File file = new File(directory, FILENAME);  in loadFromDisk()  local113     private void loadFromFile(HashMap<String, String> values, File file) throws IOException {  in loadFromFile()
 
 | 
| /development/samples/Vault/tests/src/com/example/android/vault/ | 
| D | VaultProviderTest.java | 59         final String file = mProvider.createDocument(  in testDeleteDirectory()  local
 | 
| /development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/ | 
| D | AddFileActivity.java | 225         File file = null;  in createFileWithRandomDataAndFinishActivity()  local289         File file = getInternalFile(fileName);  in isFileExists()  local
 
 | 
| /development/tools/winscope/src/test/unit/ | 
| D | utils.ts | 41     const file = new TraceFile(await CommonTestUtils.getFixtureFile(filename), undefined);  constant
 | 
| /development/tools/axl/ | 
| D | log.py | 24     def __init__(self, file):  argument
 | 
| /development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/ | 
| D | BrokenKeyDerivationActivity.java | 251         File file = new File(getFilesDir(), fileName);  in fileExists()  local256         File file = new File(getFilesDir(), fileName);  in removeFile()  local
 
 | 
| /development/tools/winscope/src/app/components/ | 
| D | app_component.ts | 382       const file = loadedFiles.get(traceType)!;  constant
 |