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.java222 private ExpandableNotificationRow createGroupSummary(String groupkey) throws Exception { in createGroupSummary() argument
223 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
226 private ExpandableNotificationRow createGroupChild(String groupkey) throws Exception { in createGroupChild() argument
227 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()