D | NotificationTestHelper.java | 131 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow() 185 Notification n = createNotification(false /* isGroupSummary */, in createBubble() 212 Notification notif = createNotification(isGroupSummary, groupKey); in createRow() 221 public Notification createNotification() { in createNotification() method in NotificationTestHelper 222 return createNotification(false /* isGroupSummary */, null /* groupKey */); in createNotification() 232 private Notification createNotification(boolean isGroupSummary, @Nullable String groupKey) { in createNotification() method in NotificationTestHelper 233 return createNotification(isGroupSummary, groupKey, null /* bubble metadata */); in createNotification() 244 public Notification createNotification(boolean isGroupSummary, in createNotification() method in NotificationTestHelper
|