Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationTestHelper.java86 public ExpandableNotificationRow createRow() throws Exception { in createRow() method in NotificationTestHelper
87 return createRow(PKG, UID, USER_HANDLE); in createRow()
98 public ExpandableNotificationRow createRow(String pkg, int uid, UserHandle userHandle) in createRow() method in NotificationTestHelper
100 return createRow(pkg, uid, userHandle, false /* isGroupSummary */, null /* groupKey */); in createRow()
110 public ExpandableNotificationRow createRow(Notification notification) throws Exception { in createRow() method in NotificationTestHelper
122 public ExpandableNotificationRow createRow(@InflationFlag int extraInflationFlags) in createRow() method in NotificationTestHelper
146 return createRow(PKG, UID, USER_HANDLE, true /* isGroupSummary */, groupkey); in createGroupSummary()
150 return createRow(PKG, UID, USER_HANDLE, false /* isGroupSummary */, groupkey); in createGroupChild()
198 private ExpandableNotificationRow createRow( in createRow() method in NotificationTestHelper
DNotificationViewHierarchyManagerTest.java118 ExpandableNotificationRow row = mHelper.createRow(); in createEntry()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java133 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow( in testIconColorShouldBeUpdatedWhenSensitive()
142 ExpandableNotificationRow row = spy(mNotificationTestHelper.createRow()); in testIconColorShouldBeUpdatedWhenSettingDark()
149 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in testFreeContentViewWhenSafe()
158 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setNeedsRedactionSetsInflationFlag()
167 ExpandableNotificationRow row = mNotificationTestHelper.createRow(FLAG_CONTENT_VIEW_ALL); in setNeedsRedactionFreesViewWhenFalse()
178 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalled()
187 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledPinned()
196 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledHeadsUpGoingAway()
204 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testAboveShelfChangedListenerCalledWhenGoingBelow()
364 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable()
[all …]
DNotificationGutsManagerTest.java313 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_showBlockingHelper()
342 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_dontShowBlockingHelper()
371 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_highPriority()
402 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_PassesAlongProvisionedState()
432 ExpandableNotificationRow row = spy(mHelper.createRow()); in testInitializeNotificationInfoView_withInitialAction()
500 ExpandableNotificationRow row = mHelper.createRow(nb.build()); in createTestNotificationRow()
DNotificationBlockingHelperManagerTest.java264 ExpandableNotificationRow row = spy(mHelper.createRow()); in createBlockableRowSpy()
DNotificationContentInflaterTest.java82 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow( in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java53 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()
56 row = mNotificationTestHelper.createRow(); in setUp()
DNotificationFilterTest.java98 mRow = new NotificationTestHelper(getContext()).createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DRemoteInputViewTest.java109 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow(); in testSendRemoteInput_intentContainsResultsAndSource()
130 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow( in getTargetInputMethodUser()
172 ExpandableNotificationRow row = new NotificationTestHelper(mContext).createRow(); in testNoCrashWithoutVisibilityListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java67 mFirst = testHelper.createRow(); in setUp()
70 mSecond = testHelper.createRow(); in setUp()
146 ExpandableNotificationRow row = new NotificationTestHelper(getContext()).createRow(); in testRoundnessPulsing()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java53 mRow = new NotificationTestHelper(context).createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationCustomViewWrapperTest.java47 mRow = new NotificationTestHelper(mContext).createRow(); in setUp()
DNotificationViewWrapperTest.java53 mRow = new NotificationTestHelper(getContext()).createRow(); in setup()
DNotificationMediaTemplateViewWrapperTest.java97 mRow = new NotificationTestHelper(mContext).createRow(mNotif); in makeTestNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java137 mRow = new NotificationTestHelper(getContext()).createRow(); in setUp()
153 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow(); in testAllRelevantNotisTaggedWithAppOps()
156 new NotificationTestHelper(getContext()).createRow("pkg", 4000, in testAllRelevantNotisTaggedWithAppOps()
183 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow(); in testAppOpsRemoval()
215 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow(); in testGetNotificationsForCurrentUser_shouldFilterNonCurrentUserNotifications()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DHeadsUpAppearanceControllerTest.java64 mFirst = testHelper.createRow(); in setUp()
DStatusBarNotificationActivityStarterTest.java146 mNotificationRow = mNotificationTestHelper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java153 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()