Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java285 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() argument
287 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow()
532 @InflationFlag int extraInflationFlags) in generateRow() argument
534 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow()
543 @InflationFlag int extraInflationFlags, in generateRow() argument
565 return generateRow(entry, extraInflationFlags); in generateRow()
570 @InflationFlag int extraInflationFlags) in generateRow() argument
619 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()