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.java447 final String pictureSpec = getNextArgRequired(); in doNotify() local
448 final Icon pictureAsIcon = parseIcon(res, pictureSpec); in doNotify()
450 throw new IllegalArgumentException("bad picture spec: " + pictureSpec); in doNotify()
456 throw new IllegalArgumentException("not a bitmap: " + pictureSpec); in doNotify()