Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java6000 : (p.mPromotedPicture != null ? p.mPromotedPicture : mN.mLargeIcon); in bindLargeIcon()
6015 boolean isPromotedPicture = p.mPromotedPicture != null; in bindLargeIcon()
13451 Icon mPromotedPicture; field in Notification.Builder.StandardTemplateParams
13476 mPromotedPicture = null; in reset()
13551 this.mPromotedPicture = promotedPicture; in promotedPicture()