Searched refs:mOneOnOneConversationAvatarMap (Results 1 – 2 of 2) sorted by relevance
83 protected final Map<SenderKey, Bitmap> mOneOnOneConversationAvatarMap = new HashMap<>(); field in NotificationMsgDelegate175 mOneOnOneConversationAvatarMap.clear(); in onDestroy()183 mOneOnOneConversationAvatarMap.entrySet().removeIf( in onDeviceDisconnected()248 return mOneOnOneConversationAvatarMap.get( in getAvatarIcon()269 mOneOnOneConversationAvatarMap.put( in storeIcon()308 mOneOnOneConversationAvatarMap.entrySet().removeIf( in clearAppData()
316 assertThat(mNotificationMsgDelegate.mOneOnOneConversationAvatarMap.isEmpty()).isTrue(); in invalidAvatarIconSyncShouldDoNothing()326 assertThat(mNotificationMsgDelegate.mOneOnOneConversationAvatarMap.isEmpty()).isTrue(); in avatarIconSyncForGroupConversationShouldDoNothing()334 assertThat(mNotificationMsgDelegate.mOneOnOneConversationAvatarMap.isEmpty()).isTrue(); in avatarIconSyncForUnknownConversationShouldDoNothing()368 assertThat(mNotificationMsgDelegate.mOneOnOneConversationAvatarMap).hasSize(1); in avatarIconSyncStoresBitmapCorrectly()369 Bitmap actualBitmap = mNotificationMsgDelegate.mOneOnOneConversationAvatarMap.get( in avatarIconSyncStoresBitmapCorrectly()566 assertThat(mNotificationMsgDelegate.mOneOnOneConversationAvatarMap.isEmpty()).isTrue(); in onDestroyShouldClearInternalDataAndNotifications()582 assertThat(mNotificationMsgDelegate.mOneOnOneConversationAvatarMap.isEmpty()).isTrue(); in deviceDisconnectedShouldClearDeviceNotificationsAndMetadata()