Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java607 final String pictureSpec = getNextArgRequired(); in doNotify() local
608 final Icon pictureAsIcon = parseIcon(res, pictureSpec); in doNotify()
610 throw new IllegalArgumentException("bad picture spec: " + pictureSpec); in doNotify()
616 throw new IllegalArgumentException("not a bitmap: " + pictureSpec); in doNotify()