Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java487 Notification.InboxStyle inboxStyle = null; in doNotify() local
575 inboxStyle = new Notification.InboxStyle(); in doNotify()
576 builder.setStyle(inboxStyle); in doNotify()
620 if (inboxStyle == null) { in doNotify()
623 inboxStyle.addLine(getNextArgRequired()); in doNotify()