Searched refs:getGroupKey (Results 1 – 12 of 12) sorted by relevance
332 groupKey = statusBarNotification.getGroupKey(); in group()431 if (TextUtils.equals(oldGroup.getGroupKey(), newNotification.getGroupKey())) { in additionalGroup()450 return TextUtils.equals(notification1.getGroupKey(), notification2.getGroupKey()); in hasSameGroupKey()576 if (mRanking.containsKey(group.getGroupKey())) { in getRanking()577 rankingNumber = mRanking.get(group.getGroupKey()); in getRanking()590 mRanking.putIfAbsent(group.getGroupKey(), rankingNumber); in getRanking()
56 assertSameGroupKey(statusBarNotification.getGroupKey()); in addNotification()61 assertSameGroupKey(groupSummaryNotification.getGroupKey()); in setGroupSummaryNotification()75 public String getGroupKey() { in getGroupKey() method in NotificationGroup
307 if (mExpandedNotifications.contains(notificationGroup.getGroupKey())) { in getItemViewType()312 } else if (mExpandedNotifications.contains(notificationGroup.getGroupKey())) { in getItemViewType()316 setExpanded(notificationGroup.getGroupKey(), false); in getItemViewType()419 ? notificationGroup.getGroupKey().hashCode() in getItemId()
91 if (!oldItem.getGroupKey().equals(newItem.getGroupKey())) { in sameGroupUniqueIdentifiers()
257 if (mAdapter.isExpanded(mViewHolder.getStatusBarNotification().getGroupKey())) { in onInterceptTouchEvent()
128 mNotificationGroup.setGroupKey(mNOTIFICATION1.getGroupKey()); in setGroupKey_shouldSetGroupKey()129 assertThat(mNotificationGroup.getGroupKey()).isEqualTo(mNOTIFICATION1.getGroupKey()); in setGroupKey_shouldSetGroupKey()
518 mCarNotificationViewAdapter.setExpanded(notificationGroup.getGroupKey(), false); in getItemViewType_shouldReturnGroupCollapsed()535 mCarNotificationViewAdapter.setExpanded(notificationGroup.getGroupKey(), true); in getItemViewType_shouldReturnGroupExpanded()729 mCarNotificationViewAdapter.setExpanded(notificationGroup.getGroupKey(), true); in getItemId_shouldReturnHashCode()733 assertThat(itemId).isEqualTo(notificationGroup.getGroupKey().hashCode()); in getItemId_shouldReturnHashCode()744 mCarNotificationViewAdapter.setExpanded(notificationGroup.getGroupKey(), true); in getItemId_shouldReturnSingleNotificationHashCode()
196 assertThat(mNotificationGroup1.getGroupKey()).isEqualTo(mNotificationGroup4.getGroupKey()); in sameGroupUniqueIdentifiers_diffNotificationKey_shouldReturnFalse()212 assertThat(mNotificationGroup1.getGroupKey()).isEqualTo(mNotificationGroup4.getGroupKey()); in sameGroupUniqueIdentifiers_sameChildrenNotification_shouldReturnTrue()
267 NotificationGroup notificationGroup = mNotificationGroupMap.get(sbn.getGroupKey()); in onNotificationRemoved()276 mNotificationGroupMap.remove(sbn.getGroupKey()); in onNotificationRemoved()301 String newGroupKey = sbn.getGroupKey(); in updateGroupKeyIfNecessary()
193 parentAdapter.setExpanded(group.getGroupKey(), isExpanding); in updateOnClickListener()
354 .append(String.valueOf(sbn.getGroupKey())); in generateExtraText()