Searched refs:ForegroundServiceController (Results 1 – 8 of 8) sorted by relevance
24 import com.android.systemui.ForegroundServiceController;55 private final ForegroundServiceController mForegroundServiceController;63 ForegroundServiceController foregroundServiceController, in AppOpsCoordinator()
30 import com.android.systemui.ForegroundServiceController;49 private final ForegroundServiceController mForegroundServiceController;57 ForegroundServiceController foregroundServiceController, in NotificationFilter()
45 private final ForegroundServiceController mForegroundServiceController;50 ForegroundServiceController foregroundServiceController, in ForegroundServiceNotificationListener()112 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
37 public class ForegroundServiceController { class45 public ForegroundServiceController( in ForegroundServiceController() method in ForegroundServiceController
292 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;483 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
43 import com.android.systemui.ForegroundServiceController;85 ForegroundServiceController mFsc;118 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
39 import com.android.systemui.ForegroundServiceController;64 @Mock private ForegroundServiceController mForegroundServiceController;
65 private ForegroundServiceController mFsc;80 mFsc = new ForegroundServiceController(mAppOpsController, mMainHandler); in setUp()