Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java778 return builder.makeLowPriorityContentView(false /* useRegularSubtext */); in createContentView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java338 header = builder.makeLowPriorityContentView(true /* useRegularSubtext */);
/frameworks/base/core/java/android/app/
DNotification.java5505 public RemoteViews makeLowPriorityContentView(boolean useRegularSubtext) { in makeLowPriorityContentView() method in Notification.Builder