/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 174 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper 186 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper 198 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper 210 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper 354 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationTestHelper.java | 245 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
|
/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/ |
H A D | QCRowTest.java | 100 private QCRow createRow(PendingIntent action, PendingIntent disabledAction, Icon icon) { in createRow() method in QCRowTest 105 private QCRow createRow(PendingIntent action, PendingIntent disabledAction, Icon icon, in createRow() method in QCRowTest
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | DynamicChildBindControllerTest.java | 127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | DynamicChildBindControllerTest.java | 127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiControllerImpl.kt | 547 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
H A D | ControlsUiControllerImpl.kt | 816 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex
|