Searched refs:LOW_STORAGE_THRESHOLD_BYTES (Results 1 – 4 of 4) sorted by relevance
56 public static final long LOW_STORAGE_THRESHOLD_BYTES = 50000000; field in Storage
1164 long maxFileSize = mActivity.getStorageSpaceBytes() - Storage.LOW_STORAGE_THRESHOLD_BYTES; in initializeRecorder()1347 if (bytes <= Storage.LOW_STORAGE_THRESHOLD_BYTES) { in startVideoRecording()
1374 if (mActivity.getStorageSpaceBytes() <= Storage.LOW_STORAGE_THRESHOLD_BYTES) { in onShutterButtonClick()1607 && (mActivity.getStorageSpaceBytes() > Storage.LOW_STORAGE_THRESHOLD_BYTES); in canTakePicture()
237 private long mStorageSpaceBytes = Storage.LOW_STORAGE_THRESHOLD_BYTES;2373 } else if (storageSpace <= Storage.LOW_STORAGE_THRESHOLD_BYTES) { in updateStorageHint()