Searched refs:getStorageSpaceBytes (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DPhotoModule.java1519 if (mActivity.getStorageSpaceBytes() <= Storage.LOW_STORAGE_THRESHOLD_BYTES) {
1521 + mActivity.getStorageSpaceBytes());
1763 && (mActivity.getStorageSpaceBytes() > Storage.LOW_STORAGE_THRESHOLD_BYTES);
H A DVideoModule.java1150 long maxFileSize = mActivity.getStorageSpaceBytes() - Storage.LOW_STORAGE_THRESHOLD_BYTES;
H A DCameraActivity.java2049 protected long getStorageSpaceBytes() { method in class:CameraActivity
2063 * that when getStorageSpaceBytes is called, the main thread waits
2071 * e.g. don't call this then immediately call getStorageSpaceBytes().

Completed in 72 milliseconds