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
1163 long maxFileSize = mActivity.getStorageSpaceBytes() - Storage.LOW_STORAGE_THRESHOLD_BYTES; in initializeRecorder()1354 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()
240 private long mStorageSpaceBytes = Storage.LOW_STORAGE_THRESHOLD_BYTES;2414 } else if (storageSpace <= Storage.LOW_STORAGE_THRESHOLD_BYTES) { in updateStorageHint()