Searched refs:mErrorToast (Results 1 – 1 of 1) sorted by relevance
58 private int mErrorToast; field in CameraMediaChooser329 mErrorToast = R.string.camera_error_opening; in onCameraError()332 mErrorToast = R.string.camera_error_video_init_fail; in onCameraError()336 mErrorToast = R.string.camera_error_storage_fail; in onCameraError()340 mErrorToast = R.string.camera_error_failure_taking_picture; in onCameraError()343 mErrorToast = R.string.camera_error_unknown; in onCameraError()351 if (mErrorToast != 0 && mSelected) { in showErrorToastIfNeeded()352 UiUtils.showToastAtBottom(mErrorToast); in showErrorToastIfNeeded()353 mErrorToast = 0; in showErrorToastIfNeeded()