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

/packages/apps/LegacyCamera/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!");
/packages/apps/Camera/src/com/android/camera/
H A DEffectsRecorder.java377 public synchronized void setMaxFileSize(long maxFileSize) { method in class:EffectsRecorder
380 throw new RuntimeException("setMaxFileSize cannot be called while recording!");
383 "setMaxFileSize called on an already released recorder!");

Completed in 136 milliseconds