Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java365 private ExpandableNotificationRow createGroupSummary(String groupkey) throws Exception { in createGroupSummary() argument
366 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
369 private ExpandableNotificationRow createGroupChild(String groupkey) throws Exception { in createGroupChild() argument
370 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()