Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationTest.java250 .setCustomBigContentView(mock(RemoteViews.class)); in testRemoteViews_nullChange()
256 .setCustomBigContentView(mock(RemoteViews.class)); in testRemoteViews_nullChange()
275 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a); in testRemoteViews_layoutChange()
276 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b); in testRemoteViews_layoutChange()
295 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a); in testRemoteViews_layoutSame()
296 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b); in testRemoteViews_layoutSame()
317 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a); in testRemoteViews_sequenceChange()
318 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b); in testRemoteViews_sequenceChange()
339 n1 = new Notification.Builder(mContext, "test").setCustomBigContentView(a); in testRemoteViews_sequenceSame()
340 n2 = new Notification.Builder(mContext, "test").setCustomBigContentView(b); in testRemoteViews_sequenceSame()
H A DNotificationRecordTest.java198 builder.setCustomBigContentView(mock(RemoteViews.class)); in getStyledNotification()
H A DNotificationManagerServiceTest.java7162 .setCustomBigContentView(rv1) in testRemoveLargeRemoteViews()
7169 .setCustomBigContentView(rv4) in testRemoveLargeRemoteViews()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java4343 public Builder setCustomBigContentView(RemoteViews contentView) { in setCustomBigContentView() 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.txt5939 …method @NonNull public android.app.Notification.Builder setCustomBigContentView(android.widget.Rem…