Home
last modified time | relevance | path

Searched defs:fileSize (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java101 int fileSize = 1024; in testBinaryDownload() local
114 int fileSize = 1024; in testTextDownload() local
133 int fileSize = fileData.length; in verifyDownload() local
320 int fileSize = 1024; in testRemoveDownload() local
340 int fileSize = 1024; in testSetTitle() local
370 int fileSize = 1024; // 140k in testDownloadNoWifi() local
H A DDownloadManagerBaseTest.java356 long fileSize = actual.getStatSize(); in verifyFileContents() local
362 assertEquals(input.read(actualData), fileSize); in verifyFileContents() local
489 int fileSize = fileData.length; in verifyAndCleanupSingleFileDownload() local
592 protected File createFileOnSD(String filename, long fileSize, DataType type, in createFileOnSD()
H A DDownloadManagerStressTest.java123 long fileSize = 50000000L; // note: kept relatively small to not exceed /cache dir size in testDownloadLargeFile() local
/aosp14/frameworks/base/libs/androidfw/tests/
H A DBackupHelpers_test.cpp40 off64_t fileSize = 1024; in TEST_F() local
53 off64_t fileSize = 2LL * 1024LL * 1024LL * 1024LL + 512LL; in TEST_F() local
/aosp14/frameworks/base/media/java/android/media/
H A DMediaScanner.java123 long fileSize, boolean isDirectory, boolean noMedia) { in beginFile()
129 public void scanFile(String path, long lastModified, long fileSize, in scanFile()
137 long fileSize, boolean isDirectory, boolean scanAlways, boolean noMedia) { in doScanFile()
H A DMediaScannerClient.java24 public void scanFile(String path, long lastModified, long fileSize, in scanFile()
H A DExifInterface.java3460 int fileSize = in.readInt() + 8; in getWebpAttributes() local
/aosp14/frameworks/base/core/java/android/util/apk/
H A DZipUtils.java67 long fileSize = zip.getChannel().size(); in findZipEndOfCentralDirectoryRecord() local
115 long fileSize = zip.getChannel().size(); in findZipEndOfCentralDirectoryRecord() local
H A DVerityBuilder.java396 private static ByteBuffer generateApkVerityHeader(ByteBuffer buffer, long fileSize, in generateApkVerityHeader()
489 private static int[] calculateVerityLevelOffset(long fileSize) { in calculateVerityLevelOffset()
H A DApkSigningBlockUtils.java341 byte[] data, long fileSize, SignatureInfo signatureInfo) throws SecurityException { in parseVerityDigestAndVerifySourceLength()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DInputStreamSource.java63 int fileSize = 0; in process() local
/aosp14/frameworks/base/core/java/com/android/internal/backup/
H A DIObbBackupService.aidl43 long fileSize, int type, in String path, long mode, long mtime, in restoreObbFile()
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupObbConnection.java112 long fileSize, int type, String path, long mode, long mtime, in restoreObbFile()
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DFileCollector.java246 long fileSize = f.length(); in handleFile() local
/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DBatteryUsageStatsStore.java302 final long fileSize = file.length(); in removeOldSnapshotsLocked() local
/aosp14/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DFakeBlobData.java84 public Builder setFileSize(long fileSize) { in setFileSize()
/aosp14/frameworks/base/core/java/android/os/incremental/
H A DV4Signature.java227 public static byte[] getSignedData(long fileSize, HashingInfo hashingInfo, in getSignedData()
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_content_NativeLibraryHelper.cpp62 isFileDifferent(const char* filePath, uint32_t fileSize, time_t modifiedTime, in isFileDifferent()
/aosp14/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp219 int fileSize; in write_update_file() local
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp176 static inline IncFsSize verityTreeSizeForFile(IncFsSize fileSize) { in verityTreeSizeForFile()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java358 final int fileSize = (int) raf.length(); in deleteFile() local