Home
last modified time | relevance | path

Searched defs:createRow (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java304 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
316 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
328 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
332 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper
344 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
571 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java131 private ExpandableNotificationRow createRow(NotificationEntry entry) { in createRow() method in DynamicChildBindControllerTest
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationPresenterTest.kt457 private fun createRow(entry: NotificationEntry): ExpandableNotificationRow { in createRow() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowBuilder.kt322 fun createRow(notification: Notification): ExpandableNotificationRow { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt876 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { in <lambda>() method