HomeSort by relevance Sort by last modified time
    Searched refs:maxFileSize (Results 1 - 21 of 21) sorted by null

  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
RollingFileAppender.java 45 public void setMaximumFileSize(long maxFileSize) {
  /frameworks/av/media/mtp/
MtpStorage.h 42 bool removable, uint64_t maxFileSize);
MtpStorage.cpp 37 bool removable, uint64_t maxFileSize)
42 mMaxFileSize(maxFileSize),
MtpServer.cpp 942 uint64_t maxFileSize = storage->getMaxFileSize();
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 34 private long maxFileSize;
91 maxFileSize = max_filesize_bytes;
206 return maxFileSize;
  /external/jetty/src/java/org/eclipse/jetty/servlets/
MultiPartFilter.java 83 * Use init parameter "maxFileSize" to set the max size file that can be uploaded.
112 String maxFileSize = filterConfig.getInitParameter("maxFileSize");
113 if (maxFileSize != null)
114 _maxFileSize = Long.parseLong(maxFileSize.trim());
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 66 long maxFileSize, UserHandle owner, String fsUuid, String state) {
76 mMaxFileSize = maxFileSize;
VolumeInfo.java 346 long maxFileSize = 0;
385 maxFileSize = 4294967295L;
397 emulated, mtpReserveSize, allowMassStorage, maxFileSize, new UserHandle(userId),
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 144 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize);
151 reserveSpace, removable, maxFileSize);
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 334 long maxFileSize = MAX_FILE_SIZE * 10;
335 recordMedia(maxFileSize, mOutFile2);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java     [all...]
EffectsRecorder.java 377 public synchronized void setMaxFileSize(long maxFileSize) {
387 mMaxFileSize = maxFileSize;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 205 public synchronized void setMaxFileSize(long maxFileSize) {
214 mMaxFileSize = maxFileSize;
693 recorder.setInputValue("maxFileSize", mMaxFileSize);
    [all...]
VideoCamera.java     [all...]
  /external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar 
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java     [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
log4j-1.2.14.jar 
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 2360 milliseconds