Home
last modified time | relevance | path

Searched refs:createRow (Results 1 – 23 of 23) sorted by relevance

/aosp12/packages/apps/Car/libs/car-qc-lib/tests/unit/src/com/android/car/qc/
H A DQCRowTest.java40 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null); in onCreate_hasCorrectType()
46 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, mDefaultIcon); in onBundle_nullActions_noCrash()
53 QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, /* icon= */ null); in onBundle_nullIcon_noCrash()
60 QCRow row = createRow(mDefaultAction, mDefaultDisabledAction, mDefaultIcon); in createFromParcel_accurateData()
73 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_startItem()
83 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_endItem()
93 QCRow row = createRow(/* action= */ null, /* disabledAction= */ null, /* icon= */ null, in createFromParcel_accurateData_slider()
100 private QCRow createRow(PendingIntent action, PendingIntent disabledAction, Icon icon) { in createRow() method in QCRowTest
101 return createRow(action, disabledAction, icon, Collections.emptyList(), in createRow()
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/row/
H A DExpandableNotificationRowTest.java127 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive()
136 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse()
147 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled()
156 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned()
165 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway()
173 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow()
311 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable()
319 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_oemLocked()
328 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_criticalDeviceFunction()
H A DNotificationTestHelper.java174 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
175 return createRow(PKG, UID, USER_HANDLE); in createRow()
186 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
188 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow()
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
234 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
238 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()
354 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
H A DNotificationGutsManagerTest.java353 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority()
386 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState()
420 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction()
491 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
H A DExpandableNotificationRowDragControllerTest.java72 mRow = mNotificationTestHelper.createRow(); in setUp()
H A DNotificationBlockingHelperManagerTest.java292 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy()
H A DNotificationContentInflaterTest.java122 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DDynamicChildBindControllerTest.java116 summary.setRow(createRow()); in addGroup()
120 child.setRow(createRow()); in addGroup()
127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
H A DAboveShelfObserverTest.java56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()
59 row = mNotificationTestHelper.createRow(); in setUp()
H A DNotificationLaunchAnimatorControllerTest.kt47 notification = notificationTestHelper.createRow()
H A DNotificationFilterTest.java134 mRow = testHelper.createRow(); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputViewTest.java124 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource()
159 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser()
205 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener()
219 ExpandableNotificationRow row = helper.createRow(); in testUiEventLogging_openAndSend()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManagerTest.java84 mFirst = testHelper.createRow(); in setUp()
87 mSecond = testHelper.createRow(); in setUp()
167 ExpandableNotificationRow row = testHelper.createRow(); in testRoundnessPulsing()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapperTest.java51 mRow = helper.createRow(); in setUp()
H A DNotificationViewWrapperTest.java58 mRow = helper.createRow(); in setup()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DExpandHelperTest.java60 mRow = helper.createRow(); in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt392 var lastRow: ViewGroup = createRow(inflater, listView)
397 lastRow = createRow(inflater, listView)
547 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DHeadsUpAppearanceControllerTest.java78 mFirst = testHelper.createRow(); in setUp()
H A DStatusBarNotificationActivityStarterTest.java165 mNotificationRow = mNotificationTestHelper.createRow(); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DLockscreenShadeTransitionControllerTest.kt86 row = helper.createRow()
H A DNotificationViewHierarchyManagerTest.java126 ExpandableNotificationRow row = mHelper.createRow(); in createEntry()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java253 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
H A DBubblesTest.java281 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()