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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java315 RemoteViews header = builder.makeNotificationHeader(false /* ambient */);
343 header = builder.makeNotificationHeader(true /* ambient */);
/frameworks/base/core/java/android/app/
H A DNotification.java5030 public RemoteViews makeNotificationHeader(boolean ambient) { method in class:Notification.Builder
5164 view = makeNotificationHeader(false /* ambient */);
5194 RemoteViews header = makeNotificationHeader(false /* ambient */);

Completed in 164 milliseconds