Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java31 import com.android.systemui.ForegroundServiceController;
56 private ForegroundServiceController mFsc;
81 private ForegroundServiceController getFsc() { in getFsc()
83 mFsc = Dependency.get(ForegroundServiceController.class); in getFsc()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinator.java24 import com.android.systemui.ForegroundServiceController;
56 private final ForegroundServiceController mForegroundServiceController;
64 ForegroundServiceController foregroundServiceController, in AppOpsCoordinator()
86 mAppOpsController.addCallback(ForegroundServiceController.APP_OPS, this::onAppOpsChanged); in attach()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java46 private final ForegroundServiceController mForegroundServiceController;
51 ForegroundServiceController foregroundServiceController, in ForegroundServiceNotificationListener()
115 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
DForegroundServiceController.java41 public class ForegroundServiceController { class
54 public ForegroundServiceController(NotificationEntryManager entryManager, in ForegroundServiceController() method in ForegroundServiceController
DDependency.java258 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;
433 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationFilterTest.java43 import com.android.systemui.ForegroundServiceController;
77 ForegroundServiceController mFsc;
111 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DAppOpsCoordinatorTest.java39 import com.android.systemui.ForegroundServiceController;
67 @Mock private ForegroundServiceController mForegroundServiceController;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java70 private ForegroundServiceController mFsc;
85 mFsc = new ForegroundServiceController( in setUp()