Searched refs:mNotificationTestHelper (Results 1 – 5 of 5) sorted by relevance
92 private NotificationTestHelper mNotificationTestHelper; field in ExpandableNotificationRowTest98 mNotificationTestHelper = new NotificationTestHelper( in setUp()109 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in testCanShowHeadsUp_notOnKeyguard_true()121 mNotificationTestHelper.getStatusBarStateController(); in testCanShowHeadsUp_dozing_true()132 mNotificationTestHelper.getKeyguardBypassController(); in testCanShowHeadsUp_bypassEnabled_true()152 mNotificationTestHelper.getStatusBarStateController(); in testCanShowHeadsUp_false()156 mNotificationTestHelper.getKeyguardBypassController(); in testCanShowHeadsUp_false()535 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testGetIsNonblockable()551 mNotificationTestHelper.createRow(mNotificationTestHelper.createNotification()); in testCanDismiss()555 verify(mNotificationTestHelper.getOnUserInteractionCallback()) in testCanDismiss()[all …]
59 private NotificationTestHelper mNotificationTestHelper; field in ExpandableNotificationRowDragControllerTest75 mNotificationTestHelper = new NotificationTestHelper( in setUp()79 mRow = spy(mNotificationTestHelper.createRow()); in setUp()83 mGroupRow = mNotificationTestHelper.createGroup(4); in setUp()
44 private NotificationTestHelper mNotificationTestHelper; field in AboveShelfObserverTest50 mNotificationTestHelper = new NotificationTestHelper( in setUp()56 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()59 row = mNotificationTestHelper.createRow(); in setUp()
46 private NotificationTestHelper mNotificationTestHelper; field in NotificationChildrenContainerTest52 mNotificationTestHelper = new NotificationTestHelper( in setUp()56 mGroup = mNotificationTestHelper.createGroup(); in setUp()
234 private NotificationTestHelper mNotificationTestHelper; field in BubblesTest438 mNotificationTestHelper = new NotificationTestHelper( in setUp()443 mRow = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()444 mRow2 = mNotificationTestHelper.createBubble(mDeleteIntent); in setUp()445 mNonBubbleNotifRow = mNotificationTestHelper.createRow(); in setUp()452 mNotificationTestHelper.createBubble(handle)); in setUp()454 mNotificationTestHelper.createBubble(handle)); in setUp()1033 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1057 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(0); in testAppRemovesSummary_removesAllBubbleChildren()1081 ExpandableNotificationRow groupSummary = mNotificationTestHelper.createGroup(2); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()[all …]