Home
last modified time | relevance | path

Searched refs:mMaxFileSize (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/media/java/android/mtp/
H A DMtpStorage.java36 private final long mMaxFileSize; field in MtpStorage
45 mMaxFileSize = volume.getMaxFileSize(); in MtpStorage()
94 return mMaxFileSize; in getMaxFileSize()
/aosp14/frameworks/base/core/java/android/os/storage/
H A DStorageVolume.java102 private final long mMaxFileSize; field in StorageVolume
151 mMaxFileSize = maxFileSize; in StorageVolume()
168 mMaxFileSize = in.readLong(); in StorageVolume()
304 return mMaxFileSize; in getMaxFileSize()
521 pw.printPair("mMaxFileSize", mMaxFileSize); in dump()
556 parcel.writeLong(mMaxFileSize); in writeToParcel()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosink/
H A DMediaEncoderFilter.java141 private long mMaxFileSize = 0; field in MediaEncoderFilter
259 mMediaRecorder.setMaxFileSize(mMaxFileSize); in updateMediaRecorderParams()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32333 Landroid/mtp/MtpStorage;->mMaxFileSize:J
38996 Landroid/os/storage/StorageVolume;->mMaxFileSize:J