Searched refs:getConversationDrawable (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | AppConversationListPreferenceController.java | 163 pref.setIcon(mBackend.getConversationDrawable(mContext, si, mAppRow.pkg, mAppRow.uid, in populateConversationPreference()
|
D | ConversationListPreferenceController.java | 114 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
|
D | RecentConversationsPreferenceController.java | 192 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
|
D | NotificationSettings.java | 283 mConversationDrawable = mBackend.getConversationDrawable( in loadConversation()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 608 public Drawable getConversationDrawable(Context context, ShortcutInfo info, String pkg, in getConversationDrawable() method in NotificationBackend 619 return iconFactory.getConversationDrawable(info, pkg, uid, important); in getConversationDrawable()
|