Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
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()
DNotificationTestHelper.java172 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
173 return createRow(PKG, UID, USER_HANDLE); in createRow()
184 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
186 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow()
196 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
208 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
232 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
236 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()
336 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
DNotificationGutsManagerTest.java354 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority()
387 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState()
421 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction()
492 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
DNotificationBlockingHelperManagerTest.java292 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy()
DNotificationContentInflaterTest.java122 ExpandableNotificationRow row = helper.createRow(mBuilder.build()); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicChildBindControllerTest.java116 summary.setRow(createRow()); in addGroup()
120 child.setRow(createRow()); in addGroup()
127 private ExpandableNotificationRow createRow() { in createRow() method in DynamicChildBindControllerTest
DAboveShelfObserverTest.java56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()
59 row = mNotificationTestHelper.createRow(); in setUp()
DNotificationLaunchAnimatorControllerTest.kt47 notification = notificationTestHelper.createRow() in setUp()
DNotificationFilterTest.java132 mRow = testHelper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java80 mFirst = testHelper.createRow(); in setUp()
83 mSecond = testHelper.createRow(); in setUp()
163 ExpandableNotificationRow row = testHelper.createRow(); in testRoundnessPulsing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java51 mRow = helper.createRow(); in setUp()
DNotificationViewWrapperTest.java58 mRow = helper.createRow(); in setup()
/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.kt392 var lastRow: ViewGroup = createRow(inflater, listView) in <lambda>()
397 lastRow = createRow(inflater, listView) in <lambda>()
547 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.java78 mFirst = testHelper.createRow(); in setUp()
DStatusBarNotificationActivityStarterTest.java168 mNotificationRow = mNotificationTestHelper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionControllerTest.kt84 row = helper.createRow() in setup()
DNotificationViewHierarchyManagerTest.java120 ExpandableNotificationRow row = mHelper.createRow(); in createEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DNewNotifPipelineBubblesTest.java239 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
DBubblesTest.java276 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()