Searched defs:createRow (Results 1 – 4 of 4) sorted by relevance
174 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper186 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper198 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper210 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper354 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
100 private QCRow createRow(PendingIntent action, PendingIntent disabledAction, Icon icon) { in createRow() method in QCRowTest105 private QCRow createRow(PendingIntent action, PendingIntent disabledAction, Icon icon, in createRow() method in QCRowTest
127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
547 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex