Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5179 private RemoteViews applyStandardTemplateWithActions(int layoutId, in applyStandardTemplateWithActions() method in Notification.Builder
5181 return applyStandardTemplateWithActions(layoutId, mParams.reset().fillTextsFrom(this), in applyStandardTemplateWithActions()
5196 private RemoteViews applyStandardTemplateWithActions(int layoutId, in applyStandardTemplateWithActions() method in Notification.Builder
5340 result = applyStandardTemplateWithActions(getBigBaseLayoutResource(), in createBigContentView()
5429 return applyStandardTemplateWithActions(getBigBaseLayoutResource(), in createHeadsUpContentView()
6383 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId, p,
7402 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions( in makeMessagingView()
8350 RemoteViews remoteViews = mBuilder.applyStandardTemplateWithActions( in makeDecoratedHeadsUpContentView()
8372 RemoteViews remoteViews = mBuilder.applyStandardTemplateWithActions( in makeDecoratedBigContentView()