Searched refs:setCustomHeadsUpContentView (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java362 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a);
363 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b);
382 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a);
383 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b);
404 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a);
405 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b);
426 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a);
427 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java189 mBuilder.setCustomHeadsUpContentView(b.mHeadsUpContentView);
H A DNotificationCompat.java1487 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { method in class:NotificationCompat.Builder
2870 * {@link NotificationCompat.Builder#setCustomHeadsUpContentView(RemoteViews)} to set the
/frameworks/base/core/java/android/app/
H A DNotification.java360 * supplied with {@link Notification.Builder#setCustomHeadsUpContentView(RemoteViews)}.
3678 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { method in class:Notification.Builder
7934 * {@link android.app.Notification.Builder#setCustomHeadsUpContentView(RemoteViews)} to set the
8059 * {@link android.app.Notification.Builder#setCustomHeadsUpContentView(RemoteViews)} to set the

Completed in 60 milliseconds