static void aSetText(final TextView tv, fS text) { if (tv != null) androidUI(r { tv.setText(unnull(text)) }; }