Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java4670 private RemoteViews applyStandardTemplate(int resId, TemplateBindResult result) { in applyStandardTemplate() method in Notification.Builder
4671 return applyStandardTemplate(resId, mParams.reset().fillTextsFrom(this), in applyStandardTemplate()
4675 private RemoteViews applyStandardTemplate(int resId, StandardTemplateParams p, in applyStandardTemplate() method in Notification.Builder
5198 RemoteViews big = applyStandardTemplate(layoutId, p, result); in applyStandardTemplateWithActions()
5321 return applyStandardTemplate(getBaseLayoutResource(), null /* result */); in createContentView()
8202 RemoteViews view = mBuilder.applyStandardTemplate( in makeMediaContentView()
8249 RemoteViews big = mBuilder.applyStandardTemplate( in makeMediaBigContentView()
8358 RemoteViews remoteViews = mBuilder.applyStandardTemplate( in makeStandardTemplateWithCustomContent()