Searched refs:generateRow (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 188 return generateRow(notification, PKG, UID, USER_HANDLE, 0 /* extraInflationFlags */); in createRow() 201 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow() 272 ExpandableNotificationRow row = generateRow(n, pkg, UID, USER_HANDLE, in createBubble() 299 return generateRow(notif, pkg, uid, userHandle, 0 /* inflationFlags */); in createRow() 359 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper 366 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow() 370 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper
|