Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationTestHelper.java245 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
257 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
269 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
273 public ExpandableNotificationRow createRow(NotificationEntry entry) throws Exception { in createRow() method in NotificationTestHelper
285 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
455 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt816 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex