Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5495 : (p.mPromotedPicture != null ? p.mPromotedPicture : mN.mLargeIcon); in bindLargeIcon()
5510 boolean isPromotedPicture = p.mPromotedPicture != null; in bindLargeIcon()
12517 Icon mPromotedPicture; field in Notification.Builder.StandardTemplateParams
12542 mPromotedPicture = null; in reset()
12617 this.mPromotedPicture = promotedPicture; in promotedPicture()