Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java305 RemoteViews header = builder.makeNotificationHeader();
/frameworks/base/core/java/android/app/
DNotification.java5353 public RemoteViews makeNotificationHeader() { in makeNotificationHeader() method in Notification.Builder
5354 return makeNotificationHeader(mParams.reset().fillTextsFrom(this)); in makeNotificationHeader()
5363 private RemoteViews makeNotificationHeader(StandardTemplateParams p) { in makeNotificationHeader() method in Notification.Builder
5487 view = makeNotificationHeader(); in makePublicView()
5512 RemoteViews header = makeNotificationHeader(p); in makeLowPriorityContentView()