Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java486 Notification.BigTextStyle bigTextStyle = null; in doNotify() local
567 bigTextStyle = new Notification.BigTextStyle(); in doNotify()
568 builder.setStyle(bigTextStyle); in doNotify()
598 if (bigTextStyle == null) { in doNotify()
601 bigTextStyle.bigText(getNextArgRequired()); in doNotify()
DNotificationManagerService.java12051 Notification.BigTextStyle bigTextStyle = new Notification.BigTextStyle();
12052 bigTextStyle.bigText(mContext.getString(R.string.redacted_notification_message));
12053 bigTextStyle.setBigContentTitle("");
12054 bigTextStyle.setSummaryText("");
12055 redactedNotifBuilder.setStyle(bigTextStyle);