Searched refs:customContent (Results 1 – 1 of 1) sorted by relevance
5560 private RemoteViews makeStandardTemplateWithCustomContent(RemoteViews customContent) { in makeStandardTemplateWithCustomContent() argument5563 buildIntoRemoteViewContent(remoteViews, customContent); in makeStandardTemplateWithCustomContent()5581 RemoteViews customContent) { in buildIntoRemoteViewContent() argument5582 if (customContent != null) { in buildIntoRemoteViewContent()5585 customContent = customContent.clone(); in buildIntoRemoteViewContent()5587 remoteViews.addView(R.id.notification_main_column, customContent); in buildIntoRemoteViewContent()5684 RemoteViews customContent) { in buildIntoRemoteView() argument5685 if (customContent != null) { in buildIntoRemoteView()5688 customContent = customContent.clone(); in buildIntoRemoteView()5690 remoteViews.addView(id, customContent); in buildIntoRemoteView()