Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5560 private RemoteViews makeStandardTemplateWithCustomContent(RemoteViews customContent) { in makeStandardTemplateWithCustomContent() argument
5563 buildIntoRemoteViewContent(remoteViews, customContent); in makeStandardTemplateWithCustomContent()
5581 RemoteViews customContent) { in buildIntoRemoteViewContent() argument
5582 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() argument
5685 if (customContent != null) { in buildIntoRemoteView()
5688 customContent = customContent.clone(); in buildIntoRemoteView()
5690 remoteViews.addView(id, customContent); in buildIntoRemoteView()