Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java448 final Icon pictureAsIcon = parseIcon(res, pictureSpec); in doNotify() local
449 if (pictureAsIcon == null) { in doNotify()
452 final Drawable d = pictureAsIcon.loadDrawable(context); in doNotify()