Home
last modified time | relevance | path

Searched refs:FLAG_REAPPLY_DISALLOWED (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflater.java699 && !oldView.hasFlags(RemoteViews.FLAG_REAPPLY_DISALLOWED)); in canReapplyRemoteView()
/aosp12/frameworks/base/core/java/android/widget/
H A DRemoteViews.java275 FLAG_REAPPLY_DISALLOWED,
286 public static final int FLAG_REAPPLY_DISALLOWED = 1; field in RemoteViews
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java6965 template.addFlags(RemoteViews.FLAG_REAPPLY_DISALLOWED); in buildCustomContentIntoTemplate()