Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java2969 private RemoteViews applyStandardTemplateWithActions(int layoutId) { in applyStandardTemplateWithActions() method in Notification.Builder
3005 return applyStandardTemplateWithActions(getBigBaseLayoutResource()); in makeBigContentView()
3011 return applyStandardTemplateWithActions(getBigBaseLayoutResource()); in makeHeadsUpContentView()
3596 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId); in getStandardView()