Home
last modified time | relevance | path

Searched refs:initializeForegroundServiceSection (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java395 verify(mNotificationStackScrollLayout).initializeForegroundServiceSection( in testForegroundDismissEnabled()
403 verify(mNotificationStackScrollLayout, never()).initializeForegroundServiceSection( in testForegroundDismissaDisabled()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java728 mView.initializeForegroundServiceSection( in attach()
H A DNotificationStackScrollLayout.java610 void initializeForegroundServiceSection(ForegroundServiceDungeonView fgsSectionView) { in initializeForegroundServiceSection() method in NotificationStackScrollLayout