Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java472 String formatRemoteViews(RemoteViews rv) { in formatRemoteViews() method in NotificationRecord
581 pw.println(prefix + "contentView=" + formatRemoteViews(notification.contentView)); in dumpNotification()
582 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dumpNotification()
584 + formatRemoteViews(notification.headsUpContentView)); in dumpNotification()