Searched refs:applyStandardTemplate (Results 1 – 1 of 1) sorted by relevance
4670 private RemoteViews applyStandardTemplate(int resId, TemplateBindResult result) { in applyStandardTemplate() method in Notification.Builder4671 return applyStandardTemplate(resId, mParams.reset().fillTextsFrom(this), in applyStandardTemplate()4675 private RemoteViews applyStandardTemplate(int resId, StandardTemplateParams p, in applyStandardTemplate() method in Notification.Builder5198 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()