Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java279 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a); in testRemoteViews_layoutChange()
280 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b); in testRemoteViews_layoutChange()
299 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a); in testRemoteViews_layoutSame()
300 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b); in testRemoteViews_layoutSame()
321 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a); in testRemoteViews_sequenceChange()
322 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b); in testRemoteViews_sequenceChange()
343 n1 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(a); in testRemoteViews_sequenceSame()
344 n2 = new Notification.Builder(mContext, "test").setCustomHeadsUpContentView(b); in testRemoteViews_sequenceSame()
H A DNotificationRecordTest.java201 builder.setCustomHeadsUpContentView(mock(RemoteViews.class)); in getStyledNotification()
H A DNotificationManagerServiceTest.java7163 .setCustomHeadsUpContentView(rv2) in testRemoveLargeRemoteViews()
7170 .setCustomHeadsUpContentView(rv5) in testRemoveLargeRemoteViews()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java4355 public Builder setCustomHeadsUpContentView(RemoteViews contentView) { in setCustomHeadsUpContentView() method in Notification.Builder
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5941 …method @NonNull public android.app.Notification.Builder setCustomHeadsUpContentView(android.widget…