Searched defs:customContent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java7998 private RemoteViews makeStandardTemplateWithCustomContent(RemoteViews customContent) { argument
8002 buildIntoRemoteViewContent(remoteViews, customContent, result);
8021 RemoteViews customContent, TemplateBindResult result) {
8022 if (customContent != null) {
8023 // Need to clone customContent before adding, because otherwise it can no longer be
8025 customContent = customContent.clone();
8027 remoteViews.addView(R.id.notification_main_column, customContent, 0 /* index */);
8151 RemoteViews customContent) {
8152 if (customContent !
8020 buildIntoRemoteViewContent(RemoteViews remoteViews, RemoteViews customContent, TemplateBindResult result) argument
8150 buildIntoRemoteView(RemoteViews remoteViews, int id, RemoteViews customContent) argument
[all...]

Completed in 108 milliseconds