Searched defs:createRow (Results 1 – 3 of 3) sorted by relevance
245 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper257 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper269 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper273 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper285 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper455 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
816 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex