Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java5325 : (p.mPromotedPicture != null ? p.mPromotedPicture : mN.mLargeIcon); in bindLargeIcon()
5340 boolean isPromotedPicture = p.mPromotedPicture != null; in bindLargeIcon()
12106 Icon mPromotedPicture; field in Notification.Builder.StandardTemplateParams
12131 mPromotedPicture = null; in reset()
12206 this.mPromotedPicture = promotedPicture; in promotedPicture()