Home
last modified time | relevance | path

Searched refs:bigTextStyle (Results 1 – 3 of 3) 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.java276 final NotificationCompat.BigTextStyle bigTextStyle = in postNewMessageSecondaryUserNotification() local
278 bigTextStyle.bigText(resources.getString(R.string.secondary_user_new_message_title)); in postNewMessageSecondaryUserNotification()
279 final Notification notification = bigTextStyle.build(); in postNewMessageSecondaryUserNotification()
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationService.java131 NotificationCompat.BigTextStyle bigTextStyle = new NotificationCompat.BigTextStyle(); in makeSmsNotification() local
132 bigTextStyle.bigText(context.getString(R.string.sms_message)); in makeSmsNotification()
145 .setStyle(bigTextStyle) in makeSmsNotification()