Searched refs:getConversationDrawable (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/zen/ |
D | ZenModeConversationsImagePreferenceController.java | 139 Drawable drawable = mNotificationBackend.getConversationDrawable( in loadConversations()
|
/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ConversationListPreferenceController.java | 104 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
|
D | AppConversationListPreferenceController.java | 165 pref.setIcon(mBackend.getConversationDrawable(mContext, si, mAppRow.pkg, mAppRow.uid, in populateConversationPreference()
|
D | RecentConversationsPreferenceController.java | 182 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 | 620 public Drawable getConversationDrawable(Context context, ShortcutInfo info, String pkg, in getConversationDrawable() method in NotificationBackend 631 return iconFactory.getConversationDrawable(info, pkg, uid, important); in getConversationDrawable()
|