Searched refs:maxFileSize (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/android/os/storage/ |
H A D | VolumeRecord.java | 110 final long maxFileSize = 0; in buildStorageVolume() local 120 emulated, externallyManaged, allowMassStorage, maxFileSize, user, null /* uuid */, in buildStorageVolume()
|
H A D | VolumeInfo.java | 424 long maxFileSize = 0; in buildStorageVolume() local 451 maxFileSize = 4294967295L; in buildStorageVolume() 463 emulated, externallyManaged, allowMassStorage, maxFileSize, new UserHandle(userId), in buildStorageVolume()
|
H A D | StorageVolume.java | 140 boolean allowMassStorage, long maxFileSize, UserHandle owner, UUID uuid, String fsUuid, in StorageVolume() argument 151 mMaxFileSize = maxFileSize; in StorageVolume()
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_mtp_MtpServer.cpp | 196 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize); in android_mtp_MtpServer_add_storage() local 203 removable, maxFileSize); in android_mtp_MtpServer_add_storage()
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 3855 final long maxFileSize = 0; in getVolumeList() local 3861 externallyManaged, allowMassStorage, maxFileSize, user, null /*uuid */, id, in getVolumeList() 3879 final long maxFileSize = 0L; in getVolumeList() local 3887 allowMassStorage, maxFileSize, owner, uuid, fsUuid, state)); in getVolumeList()
|