Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java491 String formatRemoteViews(RemoteViews rv) { in formatRemoteViews() method in NotificationRecord
599 pw.println(prefix + "contentView=" + formatRemoteViews(notification.contentView)); in dumpNotification()
600 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dumpNotification()
602 + formatRemoteViews(notification.headsUpContentView)); in dumpNotification()