Home
last modified time | relevance | path

Searched refs:mControlsById (Results 1 – 1 of 1) sorted by relevance

/cts/tests/controls/src/android/controls/cts/
DCtsControlsService.java60 private final Map<String, Control> mControlsById = new HashMap<>(); field in CtsControlsService
83 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()