Home
last modified time | relevance | path

Searched refs:BOLD (Results 1 – 1 of 1) sorted by relevance

/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationHelper.java223 static SpannableStringBuilder BOLD(CharSequence str) { in BOLD() method in NotificationHelper
225 ssb.setSpan(new StyleSpan(Typeface.BOLD), 0, ssb.length(), 0); in BOLD()