Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java36 FileWriter outFile = new FileWriter(upload); in testParts() local
/aosp14/frameworks/base/tools/sdkparcelables/src/com/android/sdkparcelables/
H A DMain.kt55 val outFile = File(aidlFileName) regex
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java82 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in recordVideo()
229 int videoFormat, int outFormat, String outFile, boolean videoOnly, in recordVideoFromSurface()
375 int videoFormat, int outFormat, String outFile, boolean videoOnly) { in invalidRecordSetting()
/aosp14/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java72 File outFile = null; in onRestoreFile() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/parsing/
H A DPackageParserLegacyCoreTest.java393 File outFile = null; in copyRawResourceToFile() local
418 File outFile = null; in parsePackage() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/watchlist/
H A DReportEncoderTests.java96 private static void copyWatchlistConfigXml(Context context, String xmlAsset, File outFile) in copyWatchlistConfigXml()
H A DWatchlistSettingsTests.java111 private static void copyWatchlistSettingsXml(Context context, String xmlAsset, File outFile) in copyWatchlistSettingsXml()
H A DWatchlistConfigTests.java138 private static void copyWatchlistConfigXml(Context context, String xmlAsset, File outFile) in copyWatchlistConfigXml()
/aosp14/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
H A DBandwidthEnforcementTestService.java70 File outFile = new File(extStorage, outputFile); in dumpResult() local
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java163 File outFile = File.createTempFile("DM_TEST", null, new File(CACHE_DIR)); in testDownloadToCacheWithAlmostFullCache() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/graphics/perftests/
H A DTypefaceCreatePerfTest.java113 File outFile = null; in testCreate_fromFile() local
/aosp14/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py130 def prepareFileForCompare(inFile, outFile, skip="", replace="", withText=""): argument
/aosp14/frameworks/base/services/core/java/com/android/server/backup/
H A DSystemBackupAgent.java167 File outFile = null; in onRestoreFile() local
/aosp14/frameworks/base/core/java/android/webkit/
H A DCacheManager.java90 File outFile; field in CacheManager.CacheResult
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenInternalAudioRecorder.java56 public ScreenInternalAudioRecorder(String outFile, MediaProjection mp, boolean includeMicInput) in ScreenInternalAudioRecorder()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DDexMetadataHelperTest.java133 File outFile = new File(mTmpDir, apkFileName); in copyApkToToTmpDir() local
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java223 int outFormat, String outFile, boolean videoOnly) { in stressVideoRecord()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerBaseTest.java180 final File outFile = new File(mContext.getObbDir(), name); in createObbFile() local
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java941 File outFile = new File(mOutMediaFileName); in validateRecording() local
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageManagerTests.java329 private Uri getInstallablePackage(int fileResId, File outFile) { in getInstallablePackage()
705 File outFile = new File(filesDir, outFileName); in getParsedPackage() local
1020 File outFile = new File(ip.pkg.getPath()); in cleanUpInstall() local
2479 File outFile = new File(filesDir, apk2Name); in testCheckSignaturesUnknown() local
/aosp14/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java216 long size, int type, long mode, long mtime, File outFile) throws IOException { in restoreFile()
H A DBackupAgent.java1018 File outFile = new File(basePath, path); in onRestoreFile() local
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppExitInfoTracker.java1119 final File outFile = new File(mProcExitStoreDir, traceFile.getName() in handleLogAnrTrace() local
1160 private static boolean copyToGzFile(final File inFile, final File outFile, in copyToGzFile()
/aosp14/frameworks/base/media/java/android/media/
H A DRingtoneManager.java1004 final File outFile = Utils.getUniqueExternalFile(mContext, subdirectory, in addCustomExternalRingtone() local
/aosp14/frameworks/base/tools/aapt/
H A DResource.cpp1200 const sp<ApkSplit>& split, sp<AaptFile>& outFile, ResourceTable* table) { in generateAndroidManifestForSplit()