Searched refs:ForegroundServiceController (Results 1 – 13 of 13) sorted by relevance
29 import com.android.systemui.ForegroundServiceController;49 private ForegroundServiceController mFsc;69 private ForegroundServiceController getFsc() { in getFsc()71 mFsc = Dependency.get(ForegroundServiceController.class); in getFsc()
26 import com.android.systemui.ForegroundServiceController;41 private final ForegroundServiceController mForegroundServiceController;47 ForegroundServiceController foregroundServiceController, in NotificationListController()
42 private final ForegroundServiceController mForegroundServiceController;46 ForegroundServiceController foregroundServiceController, in ForegroundServiceNotificationListener()87 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
32 public class ForegroundServiceController { class38 public ForegroundServiceController() { in ForegroundServiceController() method in ForegroundServiceController
239 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;411 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
41 import com.android.systemui.ForegroundServiceController;70 ForegroundServiceController mFsc;92 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
41 import com.android.systemui.ForegroundServiceController;66 @Mock private ForegroundServiceController mForegroundServiceController;
63 import com.android.systemui.ForegroundServiceController;126 @Mock private ForegroundServiceController mForegroundServiceController;213 mDependency.injectTestDependency(ForegroundServiceController.class, in setUp()
55 private ForegroundServiceController mFsc;61 mFsc = new ForegroundServiceController(); in setUp()
69 import com.android.systemui.ForegroundServiceController;104 ForegroundServiceController mFsc;129 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
72 import com.android.systemui.ForegroundServiceController;192 mDependency.injectMockDependency(ForegroundServiceController.class); in setup()
75 import com.android.systemui.ForegroundServiceController;426 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in getDependencies()
138 import com.android.systemui.ForegroundServiceController;419 protected ForegroundServiceController mForegroundServiceController;1109 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in getDependencies()