Searched refs:groupkey (Results 1 – 1 of 1) sorted by relevance
365 private ExpandableNotificationRow createGroupSummary(String groupkey) throws Exception { in createGroupSummary() argument366 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()369 private ExpandableNotificationRow createGroupChild(String groupkey) throws Exception { in createGroupChild() argument370 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()