Home
last modified time | relevance | path

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

/packages/apps/KeyChain/src/com/android/keychain/
DKeyChainActivity.java67 private static enum State { INITIAL, UNLOCK_REQUESTED, UNLOCK_CANCELED }; enumConstant
112 mState = State.UNLOCK_REQUESTED; in onResume()
123 case UNLOCK_REQUESTED: in onResume()