Home
last modified time | relevance | path

Searched refs:ForegroundServiceDismissalFeatureController (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DForegroundServiceSectionController.kt32 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController in <lambda>()
48 val featureController: ForegroundServiceDismissalFeatureController in <lambda>()
DNotificationStackScrollLayout.java121 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
565 ForegroundServiceDismissalFeatureController fgsFeatureController, in NotificationStackScrollLayout()
690 ForegroundServiceDismissalFeatureController featureController) { in initializeForegroundServiceSection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DForegroundServiceDismissalFeatureController.kt33 class ForegroundServiceDismissalFeatureController @Inject constructor( class
DNotificationEntryManager.java140 private final ForegroundServiceDismissalFeatureController mFgsFeatureController;
204 ForegroundServiceDismissalFeatureController fgsFeatureController) { in NotificationEntryManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationsModule.java38 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
90 ForegroundServiceDismissalFeatureController fgsFeatureController) { in provideNotificationEntryManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java70 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
193 mock(ForegroundServiceDismissalFeatureController.class) in setUp()
221 mock(ForegroundServiceDismissalFeatureController.class), in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationEntryManagerInflationTest.java57 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
185 mock(ForegroundServiceDismissalFeatureController.class) in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java203 mock(ForegroundServiceDismissalFeatureController.class) in setUp()