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 | AppConversationListPreferenceController.java | 165 pref.setIcon(mBackend.getConversationDrawable(mContext, si, mAppRow.pkg, mAppRow.uid, in populateConversationPreference()
|
D | ConversationListPreferenceController.java | 113 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 | 603 public Drawable getConversationDrawable(Context context, ShortcutInfo info, String pkg, in getConversationDrawable() method in NotificationBackend 614 return iconFactory.getConversationDrawable(info, pkg, uid, important); in getConversationDrawable()
|