Home
last modified time | relevance | path

Searched defs:fileOutputStream (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/services/backup/java/com/android/server/backup/utils/
H A DDataStreamFileCodec.java70 FileOutputStream fileOutputStream = new FileOutputStream(mFile); in serialize()
/aosp14/frameworks/base/services/core/java/com/android/server/apphibernation/
H A DHibernationStateDiskStore.java145 FileOutputStream fileOutputStream; in writeStateProto() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySnapshotStorage.java129 FileOutputStream fileOutputStream = new FileOutputStream(snapshotFile) in writeToDisk()
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DAbstractProtoDiskReadWriter.java106 FileOutputStream fileOutputStream = null; in writeTo() local
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DAppMetadataBackupWriter.java175 FileOutputStream fileOutputStream = new FileOutputStream(metadataFile); in backupWidget() local
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt240 fun fileOutputStream(file: String): OutputStream regex
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DBackgroundInstallControlServiceTest.java153 FileOutputStream fileOutputStream; in testInitBackgroundInstalledPackages_one() local
189 FileOutputStream fileOutputStream; in testInitBackgroundInstalledPackages_two() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/backup/
H A DBackupDataTest.java226 FileOutputStream fileOutputStream = new FileOutputStream(mDataFile.getFileDescriptor()); in copyAssetToFile() local
/aosp14/frameworks/base/services/core/java/com/android/server/testharness/
H A DTestHarnessModeService.java218 OutputStream fileOutputStream = Files.newOutputStream(adbKeys); in writeBytesToFile() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundInstallControlService.java339 FileOutputStream fileOutputStream; in writeBackgroundInstalledPackagesToDisk() local
/aosp14/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java1103 FileOutputStream fileOutputStream) { in SynthesisToFileOutputStreamSpeechItem()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerService.java1875 FileOutputStream fileOutputStream = null; in writeGameModeInterventionsToFile() local