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/
DNotificationTestHelper.java122 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() argument
124 return generateRow(createNotification(), PKG, UID, USER_HANDLE, extraInflationFlags); in createRow()
267 @InflationFlag int extraInflationFlags) in generateRow() argument
269 return generateRow(notification, pkg, uid, userHandle, extraInflationFlags, in generateRow()
278 @InflationFlag int extraInflationFlags, in generateRow() argument
309 row.getNotificationInflater().addInflationFlags(extraInflationFlags); in generateRow()