Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java132 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive()
141 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse()
152 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled()
161 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned()
170 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway()
178 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow()
339 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable()
347 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_oemLocked()
356 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable_criticalDeviceFunction()
DNotificationTestHelper.java163 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
164 return createRow(PKG, UID, USER_HANDLE); in createRow()
175 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
177 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow()
187 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
199 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
223 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
227 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()
291 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
DNotificationGutsManagerTest.java345 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority()
377 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState()
410 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction()
480 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
DNotificationBlockingHelperManagerTest.java291 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy()
DNotificationContentInflaterTest.java102 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java114 summary.setRow(createRow()); in addGroup()
118 child.setRow(createRow()); in addGroup()
125 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
DAboveShelfObserverTest.java56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()
59 row = mNotificationTestHelper.createRow(); in setUp()
DNotificationFilterTest.java125 mRow = testHelper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java112 ExpandableNotificationRow row = helper.createRow(); in testSendRemoteInput_intentContainsResultsAndSource()
137 ExpandableNotificationRow row = helper.createRow( in getTargetInputMethodUser()
183 ExpandableNotificationRow row = helper.createRow(); in testNoCrashWithoutVisibilityListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java74 mFirst = testHelper.createRow(); in setUp()
77 mSecond = testHelper.createRow(); in setUp()
157 ExpandableNotificationRow row = testHelper.createRow(); in testRoundnessPulsing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationViewWrapperTest.java56 mRow = helper.createRow(); in setup()
DNotificationCustomViewWrapperTest.java51 mRow = helper.createRow(); in setUp()
DNotificationMediaTemplateViewWrapperTest.java105 mRow = helper.createRow(mNotif); in makeTestNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java60 mRow = helper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DControlsUiControllerImpl.kt382 var lastRow: ViewGroup = createRow(inflater, listView) in <lambda>()
387 lastRow = createRow(inflater, listView) in <lambda>()
523 private fun createRow(inflater: LayoutInflater, listView: ViewGroup): ViewGroup { in <lambda>() method in com.android.systemui.controls.ui.ControlsUiControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java77 mFirst = testHelper.createRow(); in setUp()
DStatusBarNotificationActivityStarterTest.java161 mNotificationRow = mNotificationTestHelper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java121 ExpandableNotificationRow row = mHelper.createRow(); in createEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java212 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
DBubbleControllerTest.java217 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()