Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DConversationIconFactory.java113 public Drawable getConversationDrawable(ShortcutInfo info, String packageName, int uid, in getConversationDrawable() method in ConversationIconFactory
115 return getConversationDrawable(getBaseIconDrawable(info), packageName, uid, important); in getConversationDrawable()
122 public Drawable getConversationDrawable(Drawable baseIcon, String packageName, int uid, in getConversationDrawable() method in ConversationIconFactory