Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java158 FileOutputStream fos = accountInfoFile.startWrite(); in testListenForTicklesParsing() local
201 FileOutputStream fos = accountInfoFile.startWrite(); in testAuthorityRenaming() local
241 FileOutputStream fos = accountInfoFile.startWrite(); in testSyncableMigration() local
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
DFileUtil.java44 FileOutputStream fos = new FileOutputStream(file); in writeDateToFile() local
/frameworks/base/core/tests/coretests/src/android/content/pm/
DAppCacheTest.java169 FileOutputStream fos = null; in openOutFileInAppFilesDir() local
210 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE); in testAppFilesCreateFile() local
246 FileOutputStream fos = null; in testAppCreateCacheFiles() local
303 FileOutputStream fos; in testAppCacheClear() local
369 FileOutputStream fos = null; in createTestFiles1() local
419 FileOutputStream fos = null; in createTestFiles2() local
/frameworks/base/core/java/com/android/internal/os/
DAtomicFile.java124 FileOutputStream fos = new FileOutputStream(mBaseName); in truncate() local
DTransferPipe.java187 final FileOutputStream fos; in run() local
/frameworks/base/core/java/android/util/
DAtomicFile.java162 FileOutputStream fos = new FileOutputStream(mBaseName); in truncate() local
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsXml.java79 FileOutputStream fos = file.startWrite(); in write() local
DAppIdleHistory.java155 FileOutputStream fos = null; in writeScreenOnTimeLocked() local
336 FileOutputStream fos = null; in writeAppIdleTimesLocked() local
/frameworks/base/services/core/java/com/android/server/
DDiskStatsService.java65 FileOutputStream fos = null; in dump() local
/frameworks/base/core/tests/coretests/src/android/os/storage/
DAsecTests.java396 FileOutputStream fos = new FileOutputStream(f); in test_Fat_External_UnmountBusy_Success() local
420 FileOutputStream fos = new FileOutputStream(f); in test_Fat_External_DestroyBusy() local
490 FileOutputStream fos = new FileOutputStream(f); in test_Fat_External_Size_Success() local
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DBandwidthTestUtil.java108 FileOutputStream fos = new FileOutputStream(file); in DownloadFromUrl() local
/frameworks/base/core/java/android/app/
DWallpaperManager.java946 FileOutputStream fos = null; in setResource() local
950 copyStreamToWallpaperFile(resources.openRawResource(resid), fos); in setResource() local
1070 FileOutputStream fos = null; in setBitmap() local
1117 private void copyStreamToWallpaperFile(InputStream data, FileOutputStream fos) in copyStreamToWallpaperFile()
1196 FileOutputStream fos = null; in setStream() local
/frameworks/base/keystore/java/android/security/
DSystemKeyStore.java92 FileOutputStream fos = new FileOutputStream(keyFile); in generateNewKey() local
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/
DDataBindingBuilder.java167 FileOutputStream fos = null; in writeToFile() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DPackageManagerSettingsTests.java63 FileOutputStream fos = aFile.startWrite(); in writeFile() local
/frameworks/base/core/java/android/app/backup/
DBlobBackupHelper.java134 FileOutputStream fos = new FileOutputStream(stateFile.getFileDescriptor()); in writeBackupState() local
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
DBaseCompilationTest.java142 FileOutputStream fos = new FileOutputStream(targetFile); in copyResourceTo() local
/frameworks/base/core/java/com/android/internal/util/
DFileRotator.java379 final FileOutputStream fos = new FileOutputStream(file); in writeFile() local
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java341 final FileOutputStream fos = new FileOutputStream(fds[1].getFileDescriptor()); in openDocumentThumbnail() local
/frameworks/base/services/core/java/com/android/server/am/
DCompatModePackages.java400 FileOutputStream fos = null; in saveCompatModes() local
/frameworks/base/core/java/android/net/
DLocalSocketImpl.java39 private SocketOutputStream fos; field in LocalSocketImpl
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java453 FileOutputStream fos = new FileOutputStream(filename); in DumpToFile() local
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DDiskBasedCache.java200 BufferedOutputStream fos = new BufferedOutputStream(new FileOutputStream(file)); in put() local
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1799 FileOutputStream fos = null; in writeAccountInfoLocked() local
2038 FileOutputStream fos = null; in writeStatusLocked() local
2146 FileOutputStream fos = null; in writeStatisticsLocked() local
/frameworks/base/core/java/android/os/
DDebug.java888 FileOutputStream fos = new FileOutputStream(SYSFS_QEMU_TRACE_STATE); in startNativeTracing() local
916 FileOutputStream fos = new FileOutputStream(SYSFS_QEMU_TRACE_STATE); in stopNativeTracing() local

12