Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinator.java24 import com.android.systemui.ForegroundServiceController;
55 private final ForegroundServiceController mForegroundServiceController;
63 ForegroundServiceController foregroundServiceController, in AppOpsCoordinator()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationFilter.java30 import com.android.systemui.ForegroundServiceController;
49 private final ForegroundServiceController mForegroundServiceController;
57 ForegroundServiceController foregroundServiceController, in NotificationFilter()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java45 private final ForegroundServiceController mForegroundServiceController;
50 ForegroundServiceController foregroundServiceController, in ForegroundServiceNotificationListener()
112 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
H A DForegroundServiceController.java37 public class ForegroundServiceController { class
45 public ForegroundServiceController( in ForegroundServiceController() method in ForegroundServiceController
H A DDependency.java292 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;
483 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationFilterTest.java43 import com.android.systemui.ForegroundServiceController;
85 ForegroundServiceController mFsc;
118 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DAppOpsCoordinatorTest.java39 import com.android.systemui.ForegroundServiceController;
64 @Mock private ForegroundServiceController mForegroundServiceController;
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DForegroundServiceControllerTest.java65 private ForegroundServiceController mFsc;
80 mFsc = new ForegroundServiceController(mAppOpsController, mMainHandler); in setUp()