Home
last modified time | relevance | path

Searched refs:ForegroundServiceController (Results 1 – 13 of 13) 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()
87 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
DForegroundServiceController.java32 public class ForegroundServiceController { class
38 public ForegroundServiceController() { in ForegroundServiceController() method in ForegroundServiceController
DDependency.java239 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;
411 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;
70 ForegroundServiceController mFsc;
92 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;
126 @Mock private ForegroundServiceController mForegroundServiceController;
213 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;
104 ForegroundServiceController mFsc;
129 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;
192 mDependency.injectMockDependency(ForegroundServiceController.class); in setup()
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/car/
DCarStatusBar.java75 import com.android.systemui.ForegroundServiceController;
426 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in getDependencies()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java138 import com.android.systemui.ForegroundServiceController;
419 protected ForegroundServiceController mForegroundServiceController;
1109 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in getDependencies()