Searched refs:getStorageSpaceBytes (Results 1 – 3 of 3) sorted by relevance
1374 if (mActivity.getStorageSpaceBytes() <= Storage.LOW_STORAGE_THRESHOLD_BYTES) { in onShutterButtonClick()1376 + mActivity.getStorageSpaceBytes()); in onShutterButtonClick()1607 && (mActivity.getStorageSpaceBytes() > Storage.LOW_STORAGE_THRESHOLD_BYTES); in canTakePicture()
1163 long maxFileSize = mActivity.getStorageSpaceBytes() - Storage.LOW_STORAGE_THRESHOLD_BYTES; in initializeRecorder()
2347 protected long getStorageSpaceBytes() { in getStorageSpaceBytes() method in CameraActivity