Searched refs:extraInflationFlags (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationTestHelper.java | 342 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() argument 344 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow() 589 @InflationFlag int extraInflationFlags) in generateRow() argument 591 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow() 600 @InflationFlag int extraInflationFlags, in generateRow() argument 622 return generateRow(entry, extraInflationFlags); in generateRow() 627 @InflationFlag int extraInflationFlags) in generateRow() argument 675 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()
|