Home
last modified time | relevance | path

Searched refs:generateRow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java327 return generateRow(notification, PKG, UID, USER_HANDLE, mDefaultInflationFlags); in createRow()
331 return generateRow(entry, mDefaultInflationFlags); in createRow()
344 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow()
382 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createBubble()
399 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createStickyRow()
413 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createShortcutBubble()
431 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createBubbleInGroup()
520 return generateRow(notif, pkg, uid, userHandle, mDefaultInflationFlags); in createRow()
584 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper
591 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow()
[all …]