Searched refs:mControlsById (Results 1 – 1 of 1) sorted by relevance
60 private final Map<String, Control> mControlsById = new HashMap<>(); field in CtsControlsService83 mControlsById.put(c.getControlId(), c); in CtsControlsService()228 Control control = mControlsById.get(id); in createPublisherFor()240 Control c = mControlsById.get(controlId); in performControlAction()339 mControlsById.put(controlId, updatedControl); in performControlAction()