Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DInteractiveVerifierActivity.java53 protected static final int SETUP = 0; field in InteractiveVerifierActivity
134 int savedStatus = (savedState == null) ? SETUP : savedState.getInt(STATUS, SETUP); in onCreate()
168 final int status = mCurrentTest == null ? SETUP : mCurrentTest.status; in onSaveInstanceState()
195 case SETUP: in markItem()
253 case SETUP: in run()