Searched defs:groupkey (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationTestHelper.java90 private ExpandableNotificationRow createGroupSummary(String groupkey) throws Exception { argument
91 return createRow(PKG, UID, true /* isGroupSummary */, groupkey);
94 private ExpandableNotificationRow createGroupChild(String groupkey) throws Exception { argument
95 return createRow(PKG, UID, false /* isGroupSummary */, groupkey);

Completed in 375 milliseconds