Searched refs:mNotificationTestHelper (Results 1 – 5 of 5) sorted by relevance
95 private NotificationTestHelper mNotificationTestHelper; field in ExpandableNotificationRowTest102 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 …]
58 private NotificationTestHelper mNotificationTestHelper; field in ExpandableNotificationRowDragControllerTest74 mNotificationTestHelper = new NotificationTestHelper( in setUp()78 mRow = spy(mNotificationTestHelper.createRow()); in setUp()82 mGroupRow = mNotificationTestHelper.createGroup(4); in setUp()
45 private NotificationTestHelper mNotificationTestHelper; field in AboveShelfObserverTest51 mNotificationTestHelper = new NotificationTestHelper( in setUp()57 ExpandableNotificationRow row = mNotificationTestHelper.createRow(); in setUp()60 row = mNotificationTestHelper.createRow(); in setUp()
54 private NotificationTestHelper mNotificationTestHelper; field in NotificationChildrenContainerTest60 mNotificationTestHelper = new NotificationTestHelper( in setUp()64 mGroup = mNotificationTestHelper.createGroup(); in setUp()277 Notification notification = mNotificationTestHelper.createNotification(); in createHeaderView()
271 private NotificationTestHelper mNotificationTestHelper; field in BubblesTest539 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 …]