Searched refs:SETUP (Results 1 – 3 of 3) sorted by relevance
46 protected static final int SETUP = 0; field in InteractiveVerifierActivity143 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP); in onCreate()176 final int status = mCurrentTest == null ? SETUP : mCurrentTest.status; in onSaveInstanceState()215 case SETUP: in markItem()275 case SETUP: in run()
57 protected static final int SETUP = 0; field in InteractiveVerifierActivity156 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP); in onCreate()190 final int status = mCurrentTest == null ? SETUP : mCurrentTest.status; in onSaveInstanceState()217 case SETUP: in markItem()275 case SETUP: in run()
62 SETUP, enumConstant95 test.setStatus((savedState == null) ? Status.SETUP : in onCreate()346 InteractiveTestCase.this.setStatus(Status.SETUP); in markFocused()381 case SETUP: in updateViews()