Home
last modified time | relevance | path

Searched refs:ForegroundServiceSectionController (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java43 import com.android.systemui.statusbar.notification.stack.ForegroundServiceSectionController;
153 ForegroundServiceSectionController fgsSectionController, in provideNotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java40 import com.android.systemui.statusbar.notification.stack.ForegroundServiceSectionController;
89 private final ForegroundServiceSectionController mFgsSectionController;
115 ForegroundServiceSectionController fgsSectionController, in NotificationViewHierarchyManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt46 class ForegroundServiceSectionController @Inject constructor( in <lambda>() class
DNotificationStackScrollLayout.java532 private final ForegroundServiceSectionController mFgsSectionController;
564 ForegroundServiceSectionController fgsSectionController, in NotificationStackScrollLayout()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java55 import com.android.systemui.statusbar.notification.stack.ForegroundServiceSectionController;
114 mock(ForegroundServiceSectionController.class), in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java220 mock(ForegroundServiceSectionController.class), in setUp()