Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/tko/
DCommonPanel.java50 private CheckBox showInvalid = new CheckBox("Show invalidated tests"); field in CommonPanel
94 commonFilterPanel.add(showInvalid); in initialize()
148 savedShowInvalid = showInvalid.getValue(); in updateStateFromView()
153 showInvalid.setValue(savedShowInvalid); in updateViewFromState()