Searched defs:setMaxFileSize (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java205 public synchronized void setMaxFileSize(long maxFileSize) { method in class:EffectsRecorder
208 throw new RuntimeException("setMaxFileSize cannot be called while recording!");
210 throw new RuntimeException("setMaxFileSize called on an already released recorder!");

Completed in 423 milliseconds