Home
last modified time | relevance | path

Searched refs:mNotificationTestHelper (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java95 private NotificationTestHelper mNotificationTestHelper; field in ExpandableNotificationRowTest
102 mNotificationTestHelper = new NotificationTestHelper( in setUp()
107 mNotificationTestHelper.setDefaultInflationFlags(FLAG_CONTENT_VIEW_ALL); in setUp()
112 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_notOnKeyguard_true()
121 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_dozing_true()
124 mNotificationTestHelper.getStatusBarStateController(); in testCanShowHeadsUp_dozing_true()
132 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_bypassEnabled_true()
135 mNotificationTestHelper.getKeyguardBypassController(); in testCanShowHeadsUp_bypassEnabled_true()
143 ExpandableNotificationRow row = mNotificationTestHelper.createStickyRow(); in testCanShowHeadsUp_stickyAndNotDemoted_true()
150 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_false()
[all …]
DExpandableNotificationRowDragControllerTest.java58 private NotificationTestHelper mNotificationTestHelper; field in ExpandableNotificationRowDragControllerTest
74 mNotificationTestHelper = new NotificationTestHelper( in setUp()
78 mRow = spy(mNotificationTestHelper.createRow()); in setUp()
82 mGroupRow = mNotificationTestHelper.createGroup(4); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DAboveShelfObserverTest.java45 private NotificationTestHelper mNotificationTestHelper; field in AboveShelfObserverTest
51 mNotificationTestHelper = new NotificationTestHelper( in setUp()
57 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()
60 row = mNotificationTestHelper.createRow(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainerTest.java54 private NotificationTestHelper mNotificationTestHelper; field in NotificationChildrenContainerTest
60 mNotificationTestHelper = new NotificationTestHelper( in setUp()
64 mGroup = mNotificationTestHelper.createGroup(); in setUp()
277 Notification notification = mNotificationTestHelper.createNotification(); in createHeaderView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java271 private NotificationTestHelper mNotificationTestHelper; field in BubblesTest
539 mNotificationTestHelper = new NotificationTestHelper( in setUp()
544 mRow = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()
545 mRow2 = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()
546 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()
553 mNotificationTestHelper.createBubble(handle)); in setUp()
555 mNotificationTestHelper.createBubble(handle)); in setUp()
1149 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1150 ExpandableNotificationRow groupedBubble = mNotificationTestHelper.createBubbleInGroup(); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1173 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testAppRemovesSummary_removesAllBubbleChildren()
[all …]