Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5314 RemoteViews contentView = new BuilderRemoteViews(mContext.getApplicationInfo(), resId); in applyStandardTemplate()
6109 RemoteViews header = new BuilderRemoteViews(mContext.getApplicationInfo(), in makeNotificationHeader()
6282 final RemoteViews button = new BuilderRemoteViews(mContext.getApplicationInfo(), in generateActionButton()
6723 boolean stripContentView = n.contentView instanceof BuilderRemoteViews && in maybeCloneStrippedForDelivery()
6726 boolean stripBigContentView = n.bigContentView instanceof BuilderRemoteViews && in maybeCloneStrippedForDelivery()
6729 boolean stripHeadsUpContentView = n.headsUpContentView instanceof BuilderRemoteViews && in maybeCloneStrippedForDelivery()
12351 private static class BuilderRemoteViews extends RemoteViews { class in Notification.Builder
12352 public BuilderRemoteViews(Parcel parcel) { in BuilderRemoteViews() method in Notification.Builder.BuilderRemoteViews
12356 public BuilderRemoteViews(ApplicationInfo appInfo, int layoutId) { in BuilderRemoteViews() method in Notification.Builder.BuilderRemoteViews
12361 public BuilderRemoteViews clone() { in clone()
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes592 android.app.Notification$BuilderRemoteViews
H A Dboot-image-profile.txt23372 Landroid/app/Notification$BuilderRemoteViews;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes592 android.app.Notification$BuilderRemoteViews
H A Dboot-image-profile.txt33475 Landroid/app/Notification$BuilderRemoteViews;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7701 Landroid/app/Notification$BuilderRemoteViews;-><init>(Landroid/content/pm/ApplicationInfo;I)V
7702 Landroid/app/Notification$BuilderRemoteViews;-><init>(Landroid/os/Parcel;)V