Home
last modified time | relevance | path

Searched refs:ForegroundServiceController (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java29 import com.android.systemui.ForegroundServiceController;
49 private ForegroundServiceController mFsc;
69 private ForegroundServiceController getFsc() { in getFsc()
71 mFsc = Dependency.get(ForegroundServiceController.class); in getFsc()
DNotificationListController.java26 import com.android.systemui.ForegroundServiceController;
41 private final ForegroundServiceController mForegroundServiceController;
47 ForegroundServiceController foregroundServiceController, in NotificationListController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java42 private final ForegroundServiceController mForegroundServiceController;
46 ForegroundServiceController foregroundServiceController, in ForegroundServiceNotificationListener()
84 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
DForegroundServiceController.java32 public class ForegroundServiceController { class
38 public ForegroundServiceController() { in ForegroundServiceController() method in ForegroundServiceController
DDependency.java245 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;
406 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationFilterTest.java41 import com.android.systemui.ForegroundServiceController;
69 ForegroundServiceController mFsc;
91 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
DNotificationListControllerTest.java41 import com.android.systemui.ForegroundServiceController;
66 @Mock private ForegroundServiceController mForegroundServiceController;
DNotificationEntryManagerTest.java63 import com.android.systemui.ForegroundServiceController;
124 @Mock private ForegroundServiceController mForegroundServiceController;
211 mDependency.injectTestDependency(ForegroundServiceController.class, in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java55 private ForegroundServiceController mFsc;
61 mFsc = new ForegroundServiceController(); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java69 import com.android.systemui.ForegroundServiceController;
103 ForegroundServiceController mFsc;
128 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java72 import com.android.systemui.ForegroundServiceController;
190 mDependency.injectMockDependency(ForegroundServiceController.class); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java137 import com.android.systemui.ForegroundServiceController;
403 protected ForegroundServiceController mForegroundServiceController;
638 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in start()