Searched refs:SETUP (Results 1 – 3 of 3) sorted by relevance
43 protected static final int SETUP = 0; field in InteractiveVerifierActivity153 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP); in onCreate()186 final int status = mCurrentTest == null ? SETUP : mCurrentTest.status; in onSaveInstanceState()223 case SETUP: in markItem()286 case SETUP: in run()
69 protected static final int SETUP = 0; field in InteractiveVerifierActivity176 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP); in onCreate()229 final int status = mCurrentTest == null ? SETUP : mCurrentTest.status; in onSaveInstanceState()240 if (mCurrentTest != null && mCurrentTest.status != SETUP && mCurrentTest.autoStart()) { in onResume()270 case SETUP: in markItem()354 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()