Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DForegroundServiceSectionController.kt31 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController
46 val featureController: ForegroundServiceDismissalFeatureController
H A DNotificationStackScrollLayoutController.java88 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
167 private final ForegroundServiceDismissalFeatureController mFgFeatureController;
650 ForegroundServiceDismissalFeatureController fgFeatureController, in NotificationStackScrollLayoutController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DForegroundServiceDismissalFeatureController.kt33 class ForegroundServiceDismissalFeatureController @Inject constructor( regex
H A DNotificationEntryManager.java109 private final ForegroundServiceDismissalFeatureController mFgsFeatureController;
156 ForegroundServiceDismissalFeatureController fgsFeatureController, in NotificationEntryManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java42 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
120 ForegroundServiceDismissalFeatureController fgsFeatureController, in provideNotificationEntryManager()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutControllerTest.java61 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
129 @Mock private ForegroundServiceDismissalFeatureController mFgFeatureController;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java64 import com.android.systemui.statusbar.notification.ForegroundServiceDismissalFeatureController;
191 mock(ForegroundServiceDismissalFeatureController.class), in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java204 mock(ForegroundServiceDismissalFeatureController.class), in setUp()