Searched defs:getWrappedFromString (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java1064 new SpannableStringBuilder(getWrappedFromString(from));
1266 from = getWrappedFromString(from);
1350 private static String getWrappedFromString(String from) { method in class:NotificationUtils
1352 LogUtils.e(LOG_TAG, "null from string in getWrappedFromString");

Completed in 106 milliseconds