Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenModeConversationsImagePreferenceController.java139 Drawable drawable = mNotificationBackend.getConversationDrawable( in loadConversations()
/packages/apps/Settings/src/com/android/settings/notification/app/
DConversationListPreferenceController.java104 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
DAppConversationListPreferenceController.java165 pref.setIcon(mBackend.getConversationDrawable(mContext, si, mAppRow.pkg, mAppRow.uid, in populateConversationPreference()
DRecentConversationsPreferenceController.java182 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.java620 public Drawable getConversationDrawable(Context context, ShortcutInfo info, String pkg, in getConversationDrawable() method in NotificationBackend
631 return iconFactory.getConversationDrawable(info, pkg, uid, important); in getConversationDrawable()