Searched refs:makeNotificationHeader (Results 1 – 3 of 3) sorted by relevance
319 RemoteViews header = builder.makeNotificationHeader();
5492 public RemoteViews makeNotificationHeader() { in makeNotificationHeader() method in Notification.Builder5493 return makeNotificationHeader(mParams.reset().fillTextsFrom(this)); in makeNotificationHeader()5502 private RemoteViews makeNotificationHeader(StandardTemplateParams p) { in makeNotificationHeader() method in Notification.Builder5618 view = makeNotificationHeader(params); in makePublicContentView()5643 RemoteViews header = makeNotificationHeader(p); in makeLowPriorityContentView()
2545 HSPLandroid/app/Notification$Builder;->makeNotificationHeader()Landroid/widget/RemoteViews;