/packages/services/Car/libs/car-test-lib/src/android/car/test/util/ |
D | DiskUtils.java | 55 try (FileOutputStream fos = new FileOutputStream(uniqueFile)) { in writeToDisk() 75 private static long writeToFos(FileOutputStream fos, long maxSize) throws IOException { in writeToFos()
|
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | PMCStatusLogger.java | 67 FileWriter fos = new FileWriter(mFile); in logStatus() local 102 FileWriter fos = new FileWriter(mFile); in flash() local
|
/packages/services/Car/service/src/com/android/car/telemetry/util/ |
D | IoUtils.java | 78 try (FileOutputStream fos = atomicFile.startWrite()) { in writeBundle() 113 try (FileOutputStream fos = atomicFile.startWrite()) { in writeProto()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | DeviceBloomfilterGenerator.java | 385 FileOutputStream fos = new FileOutputStream(filePath); in generateDefaultBloomfilter() local
|
D | MedicalDeviceBloomfilterGenerator.java | 72 FileOutputStream fos = new FileOutputStream(filePath); in generateDefaultBloomfilter() local
|
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/ |
D | EncoderPersistenceDao.java | 186 FileOutputStream fos = null; in writeDataToFile() local 205 private void failWriteToFile(FileOutputStream fos, AtomicFile atomicFile) { in failWriteToFile()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | FileUtils.java | 57 try (FileOutputStream fos = new FileOutputStream(filename)) { in bytesToFile()
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/stableuris/job/ |
D | StableUriIdleMaintenanceServiceTest.java | 149 try (FileOutputStream fos = new FileOutputStream(file)) { in testDataMigrationForExternalVolume() 214 try (FileOutputStream fos = new FileOutputStream(file)) { in testDataMigrationForPublicVolume()
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DownloadUtils.java | 35 FileOutputStream fos = null; in requestDownload() local
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/ |
D | UwbSettingsStoreTest.java | 80 FileOutputStream fos = mock(FileOutputStream.class); in setUp() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | FileCreationUtils.java | 70 try (FileOutputStream fos = new FileOutputStream(file)) { in insertFileInResolver()
|
/packages/services/Telephony/utils/satellite/configdatagenerator/src/main/java/com/android/telephony/tools/configdatagenerate/ |
D | SatelliteConfigProtoGenerator.java | 153 FileOutputStream fos = new FileOutputStream(file); in writeToResultFile() local
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/indexer/ |
D | IndexerSettings.java | 117 FileOutputStream fos = null; in writeBundle() local
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | DbDowngradeHelper.java | 111 try (FileOutputStream fos = new FileOutputStream(schemaFile); in updateSchemaFile()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | MediaSaver.java | 72 FileOutputStream fos = new FileOutputStream(file); in saveDepth() local
|
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/ |
D | EthernetConfigStore.java | 67 FileOutputStream fos = null; in writeLegacyIpConfigToApexPath() local
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PersistedItemArray.java | 72 FileOutputStream fos; in write() local
|
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/ |
D | SatelliteAccessConfigurationParserTest.java | 212 try (FileOutputStream fos = new FileOutputStream(testFile)) { in createTestJsonFile()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/ |
D | CarWatchdogTestFragment.java | 364 try (FileOutputStream fos = new FileOutputStream(uniqueFile)) { in writeToFile() 388 private long writeToFos(FileOutputStream fos, long remainingBytes) { in writeToFos()
|
/packages/modules/CrashRecovery/service/java/com/android/server/rollback/ |
D | RollbackPackageHealthObserver.java | 356 try (FileOutputStream fos = new FileOutputStream(file)) { in writeBoolean() 373 FileOutputStream fos = new FileOutputStream(file, true); in writeStagedRollbackId() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | PhotoStore.java | 200 FileOutputStream fos = new FileOutputStream(file); in insert() local
|
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
D | FileUploadActivity.java | 288 FileOutputStream fos = new FileOutputStream(cache); in uriToFile() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/ |
D | BannerController.java | 422 FileOutputStream fos = null; in updateCloudProviderDataFile() local
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/ |
D | PickerResultTest.java | 248 try (FileOutputStream fos = new FileOutputStream(file)) { in assertCreateNewFile()
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarLocationServiceTest.java | 489 try (FileOutputStream fos = new FileOutputStream(getLocationCacheFile())) { in writeCacheFile()
|