Searched refs:generateRow (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 199 return generateRow(notification, PKG, UID, USER_HANDLE, 0 /* extraInflationFlags */); in createRow() 212 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow() 249 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createBubble() 265 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createShortcutBubble() 282 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createBubbleInGroup() 362 return generateRow(notif, pkg, uid, userHandle, 0 /* inflationFlags */); in createRow() 422 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper 429 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow() 433 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper
|