Searched refs:generateRow (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
D | NotificationTestHelper.java | 111 return generateRow(notification, PKG, UID, USER_HANDLE, 0 /* extraInflationFlags */); in createRow() 124 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow() 181 ExpandableNotificationRow row = generateRow(n, pkg, UID, USER_HANDLE, in createBubble() 206 return generateRow(notif, pkg, uid, userHandle, 0 /* inflationFlags */); in createRow() 262 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper 269 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow() 273 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper
|