/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/leak/ |
D | LeakDetectorTest.java | 109 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDump() local 125 FileOutputStream fos = new FileOutputStream("/dev/null"); in testDisabled() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/ |
D | BackupPasswordManagerTest.java | 200 FileOutputStream fos = null; in writeHashAndSaltToFile() local 218 FileOutputStream fos = null; in writePasswordVersionToFile() local
|
D | DataChangedJournalTest.java | 74 FileInputStream fos = new FileInputStream(mFile); in addPackage_addsPackagesToEndOfFile() local
|
D | ProcessedPackagesJournalTest.java | 159 try (FileOutputStream fos = new FileOutputStream(journal); in writePermanentJournalPackages()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | FileUtils.java | 57 try (FileOutputStream fos = new FileOutputStream(filename)) { in bytesToFile()
|
/frameworks/base/packages/BackupEncryption/src/com/android/server/backup/encryption/keys/ |
D | TertiaryKeyRotationWindowedCount.java | 125 try (FileOutputStream fos = new FileOutputStream(mFile); in saveToFile()
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | FontFallbackSetup.java | 74 try (FileOutputStream fos = new FileOutputStream(testFontsXml)) { in FontFallbackSetup()
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
D | BandwidthTestUtil.java | 108 FileOutputStream fos = new FileOutputStream(file); in DownloadFromUrl() local
|
/frameworks/base/keystore/java/android/security/ |
D | SystemKeyStore.java | 92 FileOutputStream fos = new FileOutputStream(keyFile); in generateNewKey() local
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | PasswordSlotManager.java | 211 try (FileOutputStream fos = new FileOutputStream(getSlotMapFile())) { in saveSlotMap()
|
/frameworks/base/core/java/android/util/ |
D | AtomicFile.java | 191 FileOutputStream fos = new FileOutputStream(mBaseName); in truncate() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | LeakReporter.java | 84 try (FileOutputStream fos = new FileOutputStream(dumpFile)) { in dumpLeak()
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ConfigurationTest.java | 162 FileOutputStream fos = af.startWrite(); in dumpDebug() local
|
/frameworks/base/packages/BackupEncryption/test/robolectric/src/com/android/server/backup/encryption/tasks/ |
D | BackupFileDecryptorTaskTest.java | 442 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingExplicitStarts() 495 try (FileOutputStream fos = new FileOutputStream(mInputFile); in createEncryptedFileUsingInlineLengths()
|
/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
D | PackageCacher.java | 191 try (FileOutputStream fos = new FileOutputStream(cacheFile)) { in cacheResult()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemUpdateManagerService.java | 215 FileOutputStream fos = null; in writeInfoFileLocked() local
|
D | DiskStatsService.java | 77 FileOutputStream fos = null; in dump() local
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskSnapshotPersister.java | 392 FileOutputStream fos = null; in writeProto() local 417 FileOutputStream fos = new FileOutputStream(file); in writeBuffer() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | DexMetadataHelperTest.java | 83 try (FileOutputStream fos = new FileOutputStream(dmFile)) { in createDexMetadataFile()
|
/frameworks/base/core/java/android/app/ |
D | WallpaperManager.java | 1277 FileOutputStream fos = null; in setResource() local 1281 copyStreamToWallpaperFile(resources.openRawResource(resid), fos); in setResource() local 1405 FileOutputStream fos = null; in setBitmap() local 1453 private void copyStreamToWallpaperFile(InputStream data, FileOutputStream fos) in copyStreamToWallpaperFile() 1530 FileOutputStream fos = null; in setStream() local
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | AdditionalSubtypeUtils.java | 138 FileOutputStream fos = null; in save() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | PackageInstallerSessionTest.java | 198 FileOutputStream fos = null; in dumpSessions() local
|
/frameworks/base/core/java/android/app/backup/ |
D | BlobBackupHelper.java | 134 FileOutputStream fos = new FileOutputStream(stateFile.getFileDescriptor()); in writeBackupState() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/timezone/ |
D | RulesManagerServiceTest.java | 895 try (FileOutputStream fos = new FileOutputStream(file)) { in doDumpCallAndCapture() 1098 try (FileOutputStream fos = new FileOutputStream(file)) { in createParcelFileDescriptor()
|
/frameworks/base/services/core/java/com/android/server/timezone/ |
D | PackageStatusStorage.java | 315 FileOutputStream fos = null; in writePackageStatusLocked() local
|