Searched defs:createRow (Results 1 – 3 of 3) sorted by relevance
302 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper314 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper326 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper330 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper342 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper512 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
131 private ExpandableNotificationRow createRow(NotificationEntry entry) { in createRow() method in DynamicChildBindControllerTest
824 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { in <lambda>() method