Home
last modified time | relevance | path

Searched refs:mFgServicesSectionController (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java130 @Mock private ForegroundServiceSectionController mFgServicesSectionController; field in NotificationStackScrollLayoutControllerTest
148 when(mFgServicesSectionController.createView(mLayoutInflater)) in setUp()
184 mFgServicesSectionController, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java168 private final ForegroundServiceSectionController mFgServicesSectionController; field in NotificationStackScrollLayoutController
700 mFgServicesSectionController = fgServicesSectionController; in NotificationStackScrollLayoutController()
729 (ForegroundServiceDungeonView) mFgServicesSectionController.createView( in attach()