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

  /frameworks/base/media/java/android/mtp/
MtpStorage.java 44 mMaxFileSize = volume.getMaxFileSize();
98 public long getMaxFileSize() {
  /frameworks/av/media/mtp/
MtpStorage.h 54 inline uint64_t getMaxFileSize() const { return mMaxFileSize; }
MtpServer.cpp 946 uint64_t maxFileSize = storage->getMaxFileSize();
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
MultiPartInputStream.java 127 if (MultiPartInputStream.this._config.getMaxFileSize() > 0 && _size + 1 > MultiPartInputStream.this._config.getMaxFileSize())
139 if (MultiPartInputStream.this._config.getMaxFileSize() > 0 && _size + length > MultiPartInputStream.this._config.getMaxFileSize())
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaRecorder.java 205 public long getMaxFileSize() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
MediaRecorderTest.java 85 assertThat(shadowMediaRecorder.getMaxFileSize(), not(equalTo(512000L)));
87 assertThat(shadowMediaRecorder.getMaxFileSize(), equalTo(512000L));
  /frameworks/base/core/java/android/os/storage/
StorageVolume.java 257 public long getMaxFileSize() {
  /external/jetty/src/java/org/eclipse/jetty/webapp/
StandardDescriptorProcessor.java 595 if (cfg.getMaxFileSize() != element.getMaxFileSize())
    [all...]
  /external/jetty/lib/
javax.servlet-3.0.0.v201112011016.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-core-0.9.8-SNAPSHOT.jar 
log4j-1.3alpha-8.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 756 milliseconds