D | NotificationTestHelper.java | 86 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper 87 return createRow(PKG, UID, USER_HANDLE); in createRow() 98 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper 100 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow() 110 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper 122 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper 146 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary() 150 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild() 198 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
|