Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationTestHelper.java217 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
229 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
241 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
253 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
408 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt821 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { in <lambda>() method