/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | PMCStatusLogger.java | 67 FileWriter fos = new FileWriter(mFile); in logStatus() local 102 FileWriter fos = new FileWriter(mFile); in flash() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/ |
H A D | LeakDetectorTest.java | 111 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDump() local 127 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDisabled() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/ |
H A D | BackupPasswordManagerTest.java | 200 FileOutputStream fos = null; in writeHashAndSaltToFile() local 218 FileOutputStream fos = null; in writePasswordVersionToFile() local
|
H A D | ProcessedPackagesJournalTest.java | 159 try (FileOutputStream fos = new FileOutputStream(journal); in writePermanentJournalPackages()
|
H A D | DataChangedJournalTest.java | 74 FileInputStream fos = new FileInputStream(mFile); in addPackage_addsPackagesToEndOfFile() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | FileUtils.java | 57 try (FileOutputStream fos = new FileOutputStream(filename)) { in bytesToFile()
|
/aosp12/system/timezone/distro/core/src/test/com/android/timezone/distro/ |
H A D | FileUtilsTest.java | 282 try (FileOutputStream fos = new FileOutputStream(file)) { in testCreateEmptyFile_truncatesExisting() 295 try (FileOutputStream fos = new FileOutputStream(file)) { in createFile() 362 try (FileOutputStream fos = new FileOutputStream(file)) { in createRegularFile()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
H A D | DownloadUtils.java | 35 FileOutputStream fos = null; in requestDownload() local
|
/aosp12/packages/services/Car/service/src/com/android/car/telemetry/ |
H A D | MetricsConfigStore.java | 100 FileOutputStream fos = null; in addMetricsConfig() local
|
H A D | ResultStore.java | 151 FileOutputStream fos = null; in putError() local 224 FileOutputStream fos = null; in writePersistableBundle() local
|
/aosp12/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/ |
H A D | TertiaryKeyRotationWindowedCount.java | 125 try (FileOutputStream fos = new FileOutputStream(mFile); in saveToFile()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/app/ |
H A D | GameManagerServiceSettingsTests.java | 53 FileOutputStream fos = aFile.startWrite(); in writeFile() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | FontFallbackSetup.java | 74 try (FileOutputStream fos = new FileOutputStream(testFontsXml)) { in FontFallbackSetup()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/ |
H A D | DbDowngradeHelper.java | 101 try (FileOutputStream fos = new FileOutputStream(schemaFile); in updateSchemaFile()
|
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
H A D | BandwidthTestUtil.java | 108 FileOutputStream fos = new FileOutputStream(file); in DownloadFromUrl() local
|
/aosp12/frameworks/base/keystore/java/android/security/ |
H A D | SystemKeyStore.java | 92 FileOutputStream fos = new FileOutputStream(keyFile); in generateNewKey() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | PasswordSlotManager.java | 211 try (FileOutputStream fos = new FileOutputStream(getSlotMapFile())) { in saveSlotMap()
|
/aosp12/packages/apps/DevCamera/src/com/android/devcamera/ |
H A D | MediaSaver.java | 72 FileOutputStream fos = new FileOutputStream(file); in saveDepth() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ConfigurationTest.java | 162 FileOutputStream fos = af.startWrite(); in dumpDebug() local
|
/aosp12/system/extras/boottime_tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/ |
H A D | WritingService.java | 97 FileOutputStream fos = new FileOutputStream(mFile); in run() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | LeakReporter.java | 85 try (FileOutputStream fos = new FileOutputStream(dumpFile)) { in dumpLeak()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/powerstats/ |
H A D | PowerStatsServiceTest.java | 299 FileOutputStream fos = new FileOutputStream(incidentReport); in testWrittenMeterDataMatchesReadIncidentReportData() local 343 FileOutputStream fos = new FileOutputStream(incidentReport); in testWrittenModelDataMatchesReadIncidentReportData() local 390 FileOutputStream fos = new FileOutputStream(incidentReport); in testWrittenResidencyDataMatchesReadIncidentReportData() local
|
/aosp12/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/ |
H A D | BackupFileDecryptorTaskTest.java | 442 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingExplicitStarts() 495 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingInlineLengths()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | AtomicFile.java | 217 FileOutputStream fos = new FileOutputStream(mBaseName); in truncate() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | PersistedItemArray.java | 72 FileOutputStream fos; in write() local
|