Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DConversationIconFactory.java114 public Drawable getConversationDrawable(ShortcutInfo info, String packageName, int uid, in getConversationDrawable() method in ConversationIconFactory
116 return getConversationDrawable(getBaseIconDrawable(info), packageName, uid, important); in getConversationDrawable()
123 public Drawable getConversationDrawable(Drawable baseIcon, String packageName, int uid, in getConversationDrawable() method in ConversationIconFactory
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubNotificationListener.kt228 ?: iconFactory.getConversationDrawable(
242 iconFactory.getConversationDrawable(
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeConversationsImagePreferenceController.java139 Drawable drawable = mNotificationBackend.getConversationDrawable( in loadConversations()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/app/
H A DAppConversationListPreferenceController.java165 pref.setIcon(mBackend.getConversationDrawable(mContext, si, mAppRow.pkg, mAppRow.uid, in populateConversationPreference()
H A DConversationListPreferenceController.java104 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
H A DRecentConversationsPreferenceController.java182 pref.setIcon(mBackend.getConversationDrawable(mContext, conversation.getShortcutInfo(), in createConversationPref()
H A DNotificationSettings.java283 mConversationDrawable = mBackend.getConversationDrawable( in loadConversation()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/
H A 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()