Home
last modified time | relevance | path

Searched defs:smallIcon (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java828 Icon smallIcon = n.getSmallIcon(); in createLegacyIconExtras() local
/frameworks/base/core/java/android/app/
DNotification.java3712 private void processSmallIconColor(Icon smallIcon, RemoteViews contentView) { in processSmallIconColor()