Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java445 String formatRemoteViews(RemoteViews rv) { in formatRemoteViews() method in NotificationRecord
482 pw.println(prefix + "contentView=" + formatRemoteViews(notification.contentView)); in dump()
483 pw.println(prefix + "bigContentView=" + formatRemoteViews(notification.bigContentView)); in dump()
485 + formatRemoteViews(notification.headsUpContentView)); in dump()
/frameworks/base/services/
Dart-profile9674 PLcom/android/server/notification/NotificationRecord;->formatRemoteViews(Landroid/widget/RemoteView…