Searched refs:textToDisplay (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailDisplayUtils.java425 private static void setDataOrHideIfNone(CharSequence textToDisplay, TextView textView) { argument
426 if (!TextUtils.isEmpty(textToDisplay)) {
427 textView.setText(textToDisplay);

Completed in 114 milliseconds