Searched refs:mControllers (Results 1 – 3 of 3) sorted by relevance
501 private final SparseArray<MediaRouteProvider.RouteController> mControllers = field in MediaRouteProviderService.ClientRecord520 int count = mControllers.size(); in dispose()522 mControllers.valueAt(i).onRelease(); in dispose()524 mControllers.clear(); in dispose()536 if (mControllers.indexOfKey(controllerId) < 0) { in createRouteController()540 mControllers.put(controllerId, controller); in createRouteController()548 MediaRouteProvider.RouteController controller = mControllers.get(controllerId); in releaseRouteController()550 mControllers.remove(controllerId); in releaseRouteController()558 return mControllers.get(controllerId); in getRouteController()
51 private final ArrayList<Controller> mControllers = new ArrayList<Controller>(); field in RegisteredMediaRouteProvider75 mControllers.add(controller); in onCreateRouteController()146 if (!mControllers.isEmpty()) { in shouldBind()270 mControllers.remove(controller); in onControllerReleased()276 int count = mControllers.size(); in attachControllersToConnection()278 mControllers.get(i).attachConnection(mActiveConnection); in attachControllersToConnection()283 int count = mControllers.size(); in detachControllersFromConnection()285 mControllers.get(i).detachConnection(); in detachControllersFromConnection()
132 List<StateController> mControllers; field in JobSchedulerService733 mControllers = new ArrayList<StateController>(); in JobSchedulerService()734 mControllers.add(ConnectivityController.get(this)); in JobSchedulerService()735 mControllers.add(TimeController.get(this)); in JobSchedulerService()736 mControllers.add(IdleController.get(this)); in JobSchedulerService()737 mControllers.add(BatteryController.get(this)); in JobSchedulerService()738 mControllers.add(AppIdleController.get(this)); in JobSchedulerService()739 mControllers.add(ContentObserverController.get(this)); in JobSchedulerService()740 mControllers.add(DeviceIdleJobsController.get(this)); in JobSchedulerService()789 for (int controller = 0; controller < mControllers.size(); controller++) { in onBootPhase()[all …]