Searched refs:bigTextStyle (Results 1 – 3 of 3) sorted by relevance
77 final NotificationCompat.BigTextStyle bigTextStyle = in postStorageLowNotification() local79 bigTextStyle.bigText(resources.getString(R.string.sms_storage_low_text)); in postStorageLowNotification()80 final Notification notification = bigTextStyle.build(); in postStorageLowNotification()
276 final NotificationCompat.BigTextStyle bigTextStyle = in postNewMessageSecondaryUserNotification() local278 bigTextStyle.bigText(resources.getString(R.string.secondary_user_new_message_title)); in postNewMessageSecondaryUserNotification()279 final Notification notification = bigTextStyle.build(); in postNewMessageSecondaryUserNotification()
131 NotificationCompat.BigTextStyle bigTextStyle = new NotificationCompat.BigTextStyle(); in makeSmsNotification() local132 bigTextStyle.bigText(context.getString(R.string.sms_message)); in makeSmsNotification()145 .setStyle(bigTextStyle) in makeSmsNotification()