Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5528 return makeStandardTemplateWithCustomContent(mBuilder.mN.contentView); in makeContentView()
5552 return makeStandardTemplateWithCustomContent(headsUpContentView); in makeDecoratedHeadsUpContentView()
5560 private RemoteViews makeStandardTemplateWithCustomContent(RemoteViews customContent) { in makeStandardTemplateWithCustomContent() method in Notification.DecoratedCustomViewStyle
5572 return makeStandardTemplateWithCustomContent(bigContentView); in makeDecoratedBigContentView()