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