Home
last modified time | relevance | path

Searched defs:largeIcon (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java203 Bitmap largeIcon = getLargeIconToDisplay(context, entry, info.getCall()); in savePhoto() local
303 Bitmap largeIcon = null; in getLargeIconToDisplay() local
404 @Nullable private Bitmap largeIcon; field in ExternalCallNotifier.NotificationInfo
432 public void setLargeIcon(@Nullable Bitmap largeIcon) { in setLargeIcon()
DStatusBarNotifier.java288 Bitmap largeIcon = getLargeIconToDisplay(context, contactInfo, call); in buildAndSendNotification() local
486 Bitmap largeIcon, in checkForChangeAndSaveData()
598 Bitmap largeIcon = null; in getLargeIconToDisplay() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java389 Bitmap largeIcon = in sendNotification() local
431 Bitmap largeIcon, in sendRecommendationCard()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationBodyView.java158 StatusBarNotification sbn, @Nullable Icon largeIcon, @Nullable Drawable titleIcon, in bind()