Home
last modified time | relevance | path

Searched defs:fos (Results 1 – 25 of 47) sorted by relevance

12

/packages/services/Car/libs/car-test-lib/src/android/car/test/util/
DDiskUtils.java55 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/
DPMCStatusLogger.java67 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/
DIoUtils.java78 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/
DDeviceBloomfilterGenerator.java385 FileOutputStream fos = new FileOutputStream(filePath); in generateDefaultBloomfilter() local
DMedicalDeviceBloomfilterGenerator.java72 FileOutputStream fos = new FileOutputStream(filePath); in generateDefaultBloomfilter() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/signals/
DEncoderPersistenceDao.java186 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/
DFileUtils.java57 try (FileOutputStream fos = new FileOutputStream(filename)) { in bytesToFile()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/stableuris/job/
DStableUriIdleMaintenanceServiceTest.java149 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/
DDownloadUtils.java35 FileOutputStream fos = null; in requestDownload() local
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbSettingsStoreTest.java80 FileOutputStream fos = mock(FileOutputStream.class); in setUp() local
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DFileCreationUtils.java70 try (FileOutputStream fos = new FileOutputStream(file)) { in insertFileInResolver()
/packages/services/Telephony/utils/satellite/configdatagenerator/src/main/java/com/android/telephony/tools/configdatagenerate/
DSatelliteConfigProtoGenerator.java153 FileOutputStream fos = new FileOutputStream(file); in writeToResultFile() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/indexer/
DIndexerSettings.java117 FileOutputStream fos = null; in writeBundle() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DDbDowngradeHelper.java111 try (FileOutputStream fos = new FileOutputStream(schemaFile); in updateSchemaFile()
/packages/apps/DevCamera/src/com/android/devcamera/
DMediaSaver.java72 FileOutputStream fos = new FileOutputStream(file); in saveDepth() local
/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/
DEthernetConfigStore.java67 FileOutputStream fos = null; in writeLegacyIpConfigToApexPath() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPersistedItemArray.java72 FileOutputStream fos; in write() local
/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessConfigurationParserTest.java212 try (FileOutputStream fos = new FileOutputStream(testFile)) { in createTestJsonFile()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/watchdog/
DCarWatchdogTestFragment.java364 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/
DRollbackPackageHealthObserver.java356 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/
DPhotoStore.java200 FileOutputStream fos = new FileOutputStream(file); in insert() local
/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
DFileUploadActivity.java288 FileOutputStream fos = new FileOutputStream(cache); in uriToFile() local
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/viewmodel/
DBannerController.java422 FileOutputStream fos = null; in updateCloudProviderDataFile() local
/packages/providers/MediaProvider/tests/src/com/android/providers/media/photopicker/data/
DPickerResultTest.java248 try (FileOutputStream fos = new FileOutputStream(file)) { in assertCreateNewFile()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarLocationServiceTest.java489 try (FileOutputStream fos = new FileOutputStream(getLocationCacheFile())) { in writeCacheFile()

12