Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/sms/
DSmsStorageStatusManager.java77 final NotificationCompat.BigTextStyle bigTextStyle = in postStorageLowNotification() local
79 bigTextStyle.bigText(resources.getString(R.string.sms_storage_low_text)); in postStorageLowNotification()
80 final Notification notification = bigTextStyle.build(); in postStorageLowNotification()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSmsReceiver.java277 final NotificationCompat.BigTextStyle bigTextStyle = in postNewMessageSecondaryUserNotification() local
279 bigTextStyle.bigText(resources.getString(R.string.secondary_user_new_message_title)); in postNewMessageSecondaryUserNotification()
280 final Notification notification = bigTextStyle.build(); in postNewMessageSecondaryUserNotification()