Searched refs:ForegroundServiceController (Results 1 – 8 of 8) sorted by relevance
31 import com.android.systemui.ForegroundServiceController;56 private ForegroundServiceController mFsc;81 private ForegroundServiceController getFsc() { in getFsc()83 mFsc = Dependency.get(ForegroundServiceController.class); in getFsc()
24 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()
46 private final ForegroundServiceController mForegroundServiceController;51 ForegroundServiceController foregroundServiceController, in ForegroundServiceNotificationListener()115 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
41 public class ForegroundServiceController { class54 public ForegroundServiceController(NotificationEntryManager entryManager, in ForegroundServiceController() method in ForegroundServiceController
258 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;433 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
43 import com.android.systemui.ForegroundServiceController;77 ForegroundServiceController mFsc;111 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
39 import com.android.systemui.ForegroundServiceController;67 @Mock private ForegroundServiceController mForegroundServiceController;
70 private ForegroundServiceController mFsc;85 mFsc = new ForegroundServiceController( in setUp()