Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/app/
DAppConversationListPreferenceController.java163 pref.setIcon(mBackend.getConversationDrawable(mContext, si, mAppRow.pkg, mAppRow.uid, in populateConversationPreference()
DConversationListPreferenceController.java114 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
DRecentConversationsPreferenceController.java192 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
DNotificationSettings.java283 mConversationDrawable = mBackend.getConversationDrawable( in loadConversation()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java608 public Drawable getConversationDrawable(Context context, ShortcutInfo info, String pkg, in getConversationDrawable() method in NotificationBackend
619 return iconFactory.getConversationDrawable(info, pkg, uid, important); in getConversationDrawable()