Home | History | Annotate | Download | only in camera

Lines Matching refs:noStorageText

1231         String noStorageText = null;
1236 noStorageText = getString(R.string.preparing_sd);
1238 noStorageText = getString(R.string.no_storage);
1241 noStorageText = getString(R.string.not_enough_space);
1244 if (noStorageText != null) {
1246 mStorageHint = OnScreenHint.makeText(this, noStorageText);
1248 mStorageHint.setText(noStorageText);