Searched refs:INITIAL (Results 1 – 1 of 1) sorted by relevance
75 private static enum State { INITIAL, UNLOCK_REQUESTED, UNLOCK_CANCELED }; enumConstant88 mState = State.INITIAL; in onCreate()92 mState = State.INITIAL; in onCreate()118 case INITIAL: in onResume()137 mState = State.INITIAL; in onResume()413 mState = State.INITIAL; in onActivityResult()483 if (mState != State.INITIAL) { in onSaveInstanceState()