Home | History | Annotate | Download | only in camera

Lines Matching refs:Storage

676                 Storage.ensureOSXCompatible();
1428 // Do not do focus if there is not enough storage.
1448 // Do not take the picture if there is not enough storage.
1449 if (mActivity.getStorageSpace() <= Storage.LOW_STORAGE_THRESHOLD) {
1450 Log.i(TAG, "Not enough space or storage not ready. remaining="
1773 return isCameraIdle() && (mActivity.getStorageSpace() > Storage.LOW_STORAGE_THRESHOLD);