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.java197 return generateRow(notification, PKG, UID, USER_HANDLE, 0 /* extraInflationFlags */); in createRow()
210 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow()
247 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createBubble()
264 ExpandableNotificationRow row = generateRow(n, PKG, UID, USER_HANDLE, in createBubbleInGroup()
344 return generateRow(notif, pkg, uid, userHandle, 0 /* inflationFlags */); in createRow()
404 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper
411 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow()
415 private ExpandableNotificationRow generateRow( in generateRow() method in NotificationTestHelper