Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java208 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() argument
210 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow()
409 @InflationFlag int extraInflationFlags) in generateRow() argument
411 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow()
420 @InflationFlag int extraInflationFlags, in generateRow() argument
478 mBindStage.getStageParams(entry).requireContentViews(extraInflationFlags); in generateRow()