Lines Matching refs:noStorageText
993 String noStorageText = null;
998 noStorageText = activity.getString(R.string.preparing_sd);
1000 noStorageText = activity.getString(R.string.no_storage);
1003 noStorageText = activity.getString(R.string.not_enough_space);
1006 if (noStorageText != null) {
1007 Toast.makeText(activity, noStorageText, 5000).show();