Searched refs:ForegroundServiceController (Results 1 – 12 of 12) 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()84 new ForegroundServiceController.UserStateUpdateCallback() { in removeNotification()
32 public class ForegroundServiceController { class38 public ForegroundServiceController() { in ForegroundServiceController() method in ForegroundServiceController
245 @Inject Lazy<ForegroundServiceController> mForegroundServiceController;406 mProviders.put(ForegroundServiceController.class, mForegroundServiceController::get); in start()
41 import com.android.systemui.ForegroundServiceController;69 ForegroundServiceController mFsc;91 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
41 import com.android.systemui.ForegroundServiceController;66 @Mock private ForegroundServiceController mForegroundServiceController;
63 import com.android.systemui.ForegroundServiceController;124 @Mock private ForegroundServiceController mForegroundServiceController;211 mDependency.injectTestDependency(ForegroundServiceController.class, in setUp()
55 private ForegroundServiceController mFsc;61 mFsc = new ForegroundServiceController(); in setUp()
69 import com.android.systemui.ForegroundServiceController;103 ForegroundServiceController mFsc;128 mDependency.injectTestDependency(ForegroundServiceController.class, mFsc); in setUp()
72 import com.android.systemui.ForegroundServiceController;190 mDependency.injectMockDependency(ForegroundServiceController.class); in setup()
137 import com.android.systemui.ForegroundServiceController;403 protected ForegroundServiceController mForegroundServiceController;638 mForegroundServiceController = Dependency.get(ForegroundServiceController.class); in start()