Lines Matching refs:noStorageText
892 String noStorageText = null;
897 noStorageText = activity.getString(R.string.preparing_sd);
899 noStorageText = activity.getString(R.string.no_storage);
902 noStorageText = activity.getString(R.string.not_enough_space);
905 if (noStorageText != null) {
906 Toast.makeText(activity, noStorageText, 5000).show();