Searched defs:setMaxFileSize (Results 1 - 3 of 3) 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!");
/packages/apps/Gallery2/src/com/android/camera/
H A DEffectsRecorder.java378 public synchronized void setMaxFileSize(long maxFileSize) { method in class:EffectsRecorder
381 throw new RuntimeException("setMaxFileSize cannot be called while recording!");
384 "setMaxFileSize called on an already released recorder!");

Completed in 263 milliseconds